public abstract class AbstractBrokerRegistration extends Object
| Constructor and Description | 
|---|
AbstractBrokerRegistration(SubscribableChannel clientInboundChannel,
                          MessageChannel clientOutboundChannel,
                          String[] destinationPrefixes)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SubscribableChannel | 
getClientInboundChannel()  | 
protected MessageChannel | 
getClientOutboundChannel()  | 
protected Collection<String> | 
getDestinationPrefixes()  | 
protected abstract AbstractBrokerMessageHandler | 
getMessageHandler(SubscribableChannel brokerChannel)  | 
public AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String[] destinationPrefixes)
protected SubscribableChannel getClientInboundChannel()
protected MessageChannel getClientOutboundChannel()
protected Collection<String> getDestinationPrefixes()
protected abstract AbstractBrokerMessageHandler getMessageHandler(SubscribableChannel brokerChannel)