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 EnabledBindings
public Set<String> getOutputs()
getOutputs
in interface EnabledBindings
public String getInput(String output)
getInput
in interface EnabledBindings
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.