Class AbstractBrokerRegistration
java.lang.Object
org.springframework.messaging.simp.config.AbstractBrokerRegistration
- Direct Known Subclasses:
- SimpleBrokerRegistration,- StompBrokerRelayRegistration
Base class for message broker registration classes.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String @Nullable [] destinationPrefixes) Create a new broker registration.
- 
Method SummaryModifier and TypeMethodDescriptionprotected SubscribableChannelprotected MessageChannelprotected Collection<String>protected abstract AbstractBrokerMessageHandlergetMessageHandler(SubscribableChannel brokerChannel) 
- 
Constructor Details- 
AbstractBrokerRegistrationpublic AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String @Nullable [] destinationPrefixes) Create a new broker registration.- Parameters:
- clientInboundChannel- the inbound channel
- clientOutboundChannel- the outbound channel
- destinationPrefixes- the destination prefixes
 
 
- 
- 
Method Details- 
getClientInboundChannel
- 
getClientOutboundChannel
- 
getDestinationPrefixes
- 
getMessageHandlerprotected abstract AbstractBrokerMessageHandler getMessageHandler(SubscribableChannel brokerChannel) 
 
-