public class PublishSubscribeSpec extends PublishSubscribeChannelSpec<PublishSubscribeSpec> implements ComponentsRegistration
channel
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Object> |
getComponentsToRegister() |
PublishSubscribeSpec |
id(java.lang.String id)
Configure the component identifier.
|
PublishSubscribeSpec |
subscribe(IntegrationFlow flow) |
applySequence, errorHandler, ignoreFailures, maxSubscribers, minSubscribers
datatype, doGet, interceptor, messageConverter
_this, get, getId
public PublishSubscribeSpec id(java.lang.String id)
IntegrationComponentSpec
beanName
to register the
bean in the application context for this component.id
in class MessageChannelSpec<PublishSubscribeSpec,org.springframework.integration.channel.PublishSubscribeChannel>
id
- the id.public PublishSubscribeSpec subscribe(IntegrationFlow flow)
public java.util.Collection<java.lang.Object> getComponentsToRegister()
getComponentsToRegister
in interface ComponentsRegistration