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