public abstract class AbstractBrokerRegistration
extends java.lang.Object| コンストラクターと説明 |
|---|
AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, java.lang.String[] destinationPrefixes) |
| 修飾子と型 | メソッドと説明 |
|---|---|
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)