AbstractBrokerMessageHandler.this

Constructor with destination prefixes to match to destinations of messages. @param inboundChannel the channel for receiving messages from clients (e.g. WebSocket clients) @param outboundChannel the channel for sending messages to clients (e.g. WebSocket clients) @param brokerChannel the channel for the application to send messages to the broker @param destinationPrefixes prefixes to use to filter out messages

  1. this(SubscribableChannel inboundChannel, MessageChannel outboundChannel, SubscribableChannel brokerChannel)
  2. this(SubscribableChannel inboundChannel, MessageChannel outboundChannel, SubscribableChannel brokerChannel, string[] destinationPrefixes)

Meta