public abstract class AbstractBrokerRegistration extends Object
Constructor and Description |
---|
AbstractBrokerRegistration(MessageChannel webSocketReplyChannel,
String[] destinationPrefixes) |
Modifier and Type | Method and Description |
---|---|
protected Collection<String> |
getDestinationPrefixes() |
protected abstract AbstractBrokerMessageHandler |
getMessageHandler() |
protected MessageChannel |
getWebSocketReplyChannel() |
public AbstractBrokerRegistration(MessageChannel webSocketReplyChannel, String[] destinationPrefixes)
protected MessageChannel getWebSocketReplyChannel()
protected Collection<String> getDestinationPrefixes()
protected abstract AbstractBrokerMessageHandler getMessageHandler()