public abstract class AbstractBrokerRegistration extends ObjectSE
| コンストラクターと説明 |
|---|
AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, StringSE[] destinationPrefixes) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected SubscribableChannel | getClientInboundChannel() |
protected MessageChannel | getClientOutboundChannel() |
protected CollectionSE<StringSE> | getDestinationPrefixes() |
protected abstract AbstractBrokerMessageHandler | getMessageHandler(SubscribableChannel brokerChannel) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, @Nullable StringSE[] destinationPrefixes)
protected SubscribableChannel getClientInboundChannel()
protected MessageChannel getClientOutboundChannel()
protected CollectionSE<StringSE> getDestinationPrefixes()
protected abstract AbstractBrokerMessageHandler getMessageHandler(SubscribableChannel brokerChannel)