Package | Description |
---|---|
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.config | |
org.springframework.cloud.stream.endpoint |
Modifier and Type | Class and Description |
---|---|
class |
BindableProxyFactory
FactoryBean for instantiating the interfaces specified via
EnableBinding |
class |
DynamicDestinationsBindable
A
Bindable that stores the dynamic destination names and handles their
unbinding. |
class |
SingleBindingTargetBindable<T>
A
Bindable component that wraps a generic output binding target. |
Constructor and Description |
---|
InputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
OutputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
Modifier and Type | Method and Description |
---|---|
InputBindingLifecycle |
BindingServiceConfiguration.inputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
OutputBindingLifecycle |
BindingServiceConfiguration.outputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
Constructor and Description |
---|
ChannelsEndpoint(List<Bindable> adapters,
BindingServiceProperties properties) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.