AbstractBrokerRegistration

Base class for message broker registration classes.

@author Rossen Stoyanchev @since 4.0

Constructors

this
this(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, string[] destinationPrefixes)
Undocumented in source.

Members

Functions

getClientInboundChannel
SubscribableChannel getClientInboundChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
getClientOutboundChannel
MessageChannel getClientOutboundChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
getDestinationPrefixes
string[] getDestinationPrefixes()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageHandler
AbstractBrokerMessageHandler getMessageHandler(SubscribableChannel brokerChannel)
Undocumented in source.

Meta