public class BeanFactoryEnabledBindings extends Object implements EnabledBindings
| Constructor and Description |
|---|
BeanFactoryEnabledBindings(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
org.springframework.cloud.stream.config.BindingServiceProperties binding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInput(String output) |
Set<String> |
getInputs() |
Set<String> |
getOutputs() |
public BeanFactoryEnabledBindings(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
org.springframework.cloud.stream.config.BindingServiceProperties binding)
public Set<String> getInputs()
getInputs in interface EnabledBindingspublic Set<String> getOutputs()
getOutputs in interface EnabledBindingspublic String getInput(String output)
getInput in interface EnabledBindingsCopyright © 2018 Pivotal Software, Inc.. All rights reserved.