Uses of Interface
org.springframework.messaging.SubscribableChannel
Packages that use SubscribableChannel
Package
Description
Support classes for handling messages from simple messaging protocols
 (like STOMP).
Provides a "simple" message broker implementation along with an abstract base
 class and other supporting types such as a registry for subscriptions.
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Support for handling messages to "user" destinations (i.e.
Provides implementations of 
Message along with
 a MessageBuilder and MessageHeaderAccessor for building and working with messages and
 message headers, as well as various MessageChannel
 implementations and channel interceptor support.WebSocket integration for Spring's messaging module.
- 
Uses of SubscribableChannel in org.springframework.messaging.simp.annotation.supportConstructors in org.springframework.messaging.simp.annotation.support with parameters of type SubscribableChannelModifierConstructorDescriptionSimpAnnotationMethodMessageHandler(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, SimpMessageSendingOperations brokerTemplate) Create an instance of SimpAnnotationMethodMessageHandler with the given message channels and broker messaging template.
- 
Uses of SubscribableChannel in org.springframework.messaging.simp.brokerMethods in org.springframework.messaging.simp.broker that return SubscribableChannelModifier and TypeMethodDescriptionAbstractBrokerMessageHandler.getBrokerChannel()AbstractBrokerMessageHandler.getClientInboundChannel()Constructors in org.springframework.messaging.simp.broker with parameters of type SubscribableChannelModifierConstructorDescriptionAbstractBrokerMessageHandler(SubscribableChannel inboundChannel, MessageChannel outboundChannel, SubscribableChannel brokerChannel) Constructor with no destination prefixes (matches all destinations).AbstractBrokerMessageHandler(SubscribableChannel inboundChannel, MessageChannel outboundChannel, SubscribableChannel brokerChannel, Collection<String> destinationPrefixes) Constructor with destination prefixes to match to destinations of messages.SimpleBrokerMessageHandler(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, SubscribableChannel brokerChannel, Collection<String> destinationPrefixes) Create a SimpleBrokerMessageHandler instance with the given message channels and destination prefixes.
- 
Uses of SubscribableChannel in org.springframework.messaging.simp.configMethods in org.springframework.messaging.simp.config that return SubscribableChannelModifier and TypeMethodDescriptionprotected SubscribableChannelAbstractBrokerRegistration.getClientInboundChannel()Methods in org.springframework.messaging.simp.config with parameters of type SubscribableChannelModifier and TypeMethodDescriptionprotected abstract AbstractBrokerMessageHandlerAbstractBrokerRegistration.getMessageHandler(SubscribableChannel brokerChannel) protected SimpleBrokerMessageHandlerSimpleBrokerRegistration.getMessageHandler(SubscribableChannel brokerChannel) protected StompBrokerRelayMessageHandlerStompBrokerRelayRegistration.getMessageHandler(SubscribableChannel brokerChannel) protected SimpleBrokerMessageHandlerMessageBrokerRegistry.getSimpleBroker(SubscribableChannel brokerChannel) protected StompBrokerRelayMessageHandlerMessageBrokerRegistry.getStompBrokerRelay(SubscribableChannel brokerChannel) Constructors in org.springframework.messaging.simp.config with parameters of type SubscribableChannelModifierConstructorDescriptionAbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String[] destinationPrefixes) Create a new broker registration.MessageBrokerRegistry(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel) SimpleBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String[] destinationPrefixes) Create a newSimpleBrokerRegistration.StompBrokerRelayRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String[] destinationPrefixes) Create a newStompBrokerRelayRegistration.
- 
Uses of SubscribableChannel in org.springframework.messaging.simp.stompConstructors in org.springframework.messaging.simp.stomp with parameters of type SubscribableChannelModifierConstructorDescriptionStompBrokerRelayMessageHandler(SubscribableChannel inboundChannel, MessageChannel outboundChannel, SubscribableChannel brokerChannel, Collection<String> destinationPrefixes) Create a StompBrokerRelayMessageHandler instance with the given message channels and destination prefixes.
- 
Uses of SubscribableChannel in org.springframework.messaging.simp.userConstructors in org.springframework.messaging.simp.user with parameters of type SubscribableChannelModifierConstructorDescriptionUserDestinationMessageHandler(SubscribableChannel clientInboundChannel, SubscribableChannel brokerChannel, UserDestinationResolver destinationResolver) Create an instance with the given client and broker channels to subscribe to, and then send resolved messages to the broker channel.
- 
Uses of SubscribableChannel in org.springframework.messaging.supportClasses in org.springframework.messaging.support that implement SubscribableChannelModifier and TypeClassDescriptionclassAbstract base class forSubscribableChannelimplementations.classASubscribableChannelthat sends messages to each of its subscribers.
- 
Uses of SubscribableChannel in org.springframework.web.socket.messagingConstructors in org.springframework.web.socket.messaging with parameters of type SubscribableChannelModifierConstructorDescriptionSubProtocolWebSocketHandler(MessageChannel clientInboundChannel, SubscribableChannel clientOutboundChannel) Create a newSubProtocolWebSocketHandlerfor the given inbound and outbound channels.WebSocketAnnotationMethodMessageHandler(SubscribableChannel clientInChannel, MessageChannel clientOutChannel, SimpMessageSendingOperations brokerTemplate)