Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.messaging Classes and Interfaces - 164 results found.
NameDescriptionTypePackageFramework
AbstractAsyncReturnValueHandlerConvenient base class for AsyncHandlerMethodReturnValueHandlerand merely serve as adapters of such types to Spring'sClassorg.springframework.messaging.handler.invocationSpring MVC
AbstractBrokerMessageHandlerAbstract base class for a MessageHandler that broker messages toregistered subscribers.Classorg.springframework.messaging.simp.brokerSpring MVC
AbstractBrokerRegistrationBase class for message broker registration classes.Classorg.springframework.messaging.simp.configSpring MVC
AbstractDestinationResolvingMessagingTemplateAn extension of AbstractMessagingTemplate that adds operations for sendingmessages to a resolvable destination name as defined by the following interfaces:Classorg.springframework.messaging.coreSpring MVC
AbstractExceptionHandlerMethodResolverCache exception handling method mappings and provide options to look up a methodthat should handle an exception.Classorg.springframework.messaging.handler.invocationSpring MVC
AbstractHeaderMapperA base HeaderMapper implementationSince:4.Classorg.springframework.messaging.supportSpring MVC
AbstractMessageBrokerConfigurationProvides essential configuration for handling messages with simple messagingprotocols such as STOMP.Classorg.springframework.messaging.simp.configSpring MVC
AbstractMessageChannelAbstract base class for MessageChannel implementations.Classorg.springframework.messaging.supportSpring MVC
AbstractMessageConditionA base class for MessageCondition types providing implementations ofequals(Object), hashCode(), and toString().Classorg.springframework.messaging.handlerSpring MVC
AbstractMessageConverterAbstract base class for SmartMessageConverter implementations includingsupport for common properties and a partial implementation of the conversion methods,Classorg.springframework.messaging.converterSpring MVC
AbstractMessageReceivingTemplateAn extension of AbstractMessageSendingTemplate that adds support forreceive style operations as defined by MessageReceivingOperations.Classorg.springframework.messaging.coreSpring MVC
AbstractMessageSendingTemplateAbstract base class for implementations of MessageSendingOperations.Classorg.springframework.messaging.coreSpring MVC
AbstractMessagingTemplateAn extension of AbstractMessageReceivingTemplate that adds support forrequest-reply style operations as defined by MessageRequestReplyOperations.Classorg.springframework.messaging.coreSpring MVC
AbstractMethodArgumentResolutionExceptionBase class for exceptions resulting from the invocation ofHandlerMethodArgumentResolver.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
AbstractMethodMessageHandlerAbstract base class for HandlerMethod-based message handling.Classorg.springframework.messaging.handler.invocationSpring MVC
AbstractNamedValueMethodArgumentResolverAbstract base class for resolving method arguments from a named value.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
AbstractNamedValueMethodArgumentResolver .NamedValueInfoRepresents the information about a named value, including name, whether it'srequired and a default value.Classorg.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolverSpring MVC
AbstractSubscribableChannelAbstract base class for SubscribableChannel implementations.Classorg.springframework.messaging.supportSpring MVC
AbstractSubscriptionRegistryAbstract base class for implementations of SubscriptionRegistry thatlooks up information in messages but delegates to abstract methods for theClassorg.springframework.messaging.simp.brokerSpring MVC
AnnotationExceptionHandlerMethodResolverA sub-class of AbstractExceptionHandlerMethodResolver that looks forMessageExceptionHandler-annotated methods in a given class.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
AsyncHandlerMethodReturnValueHandlerAn extension of HandlerMethodReturnValueHandler for handling async,Future-like return value types that support success and error callbacks.Interfaceorg.springframework.messaging.handler.invocationSpring MVC
BeanFactoryMessageChannelDestinationResolverAn implementation of DestinationResolver that interprets a destinationname as the bean name of a MessageChannel and looks up the bean inClassorg.springframework.messaging.coreSpring MVC
BrokerAvailabilityEventEvent raised when a broker's availabilty changesAuthor:Andy WilkinsonSee Also:Serialized FormClassorg.springframework.messaging.simp.brokerSpring MVC
BufferingStompDecoderAn extension of StompDecoderthat buffers content remaining in the input ByteBuffer after the parentClassorg.springframework.messaging.simp.stompSpring MVC
ByteArrayMessageConverterA MessageConverter that supports MIME type application/octet-stream with thepayload converted to and from a byte[].Classorg.springframework.messaging.converterSpring MVC
CachingDestinationResolverProxyDestinationResolver implementation that proxies a target DestinationResolver,caching its resolveDestination(java.Classorg.springframework.messaging.coreSpring MVC
ChannelInterceptorInterface for interceptors that are able to view and/or modify theMessages being sent-to and/or received-from aInterfaceorg.springframework.messaging.supportSpring MVC
ChannelInterceptorAdapterA ChannelInterceptor base class with empty method implementationsSince:4.Classorg.springframework.messaging.supportSpring MVC
ChannelRegistrationA registration class for customizing the configuration for aSince:4.Classorg.springframework.messaging.simp.configSpring MVC
CompletableFutureReturnValueHandlerSupport for CompletableFuture as a return value type.Classorg.springframework.messaging.handler.invocationSpring MVC
CompositeMessageConverterA MessageConverter that delegates to a list of registered convertersto be invoked until one of them returns a non-null result.Classorg.springframework.messaging.converterSpring MVC
ConnectionHandlingStompSessionA StompSession that implementsTcpConnectionHandler in order to send and receive messages.Interfaceorg.springframework.messaging.simp.stompSpring MVC
ConnectionLostExceptionRaised when the connection for a STOMP session is lost rather than closed.Classorg.springframework.messaging.simp.stompSpring MVC
ContentTypeResolverResolve the content type for a message.Interfaceorg.springframework.messaging.converterSpring MVC
DefaultContentTypeResolverA default ContentTypeResolver that checks theMessageHeaders.Classorg.springframework.messaging.converterSpring MVC
DefaultMessageHandlerMethodFactoryThe default MessageHandlerMethodFactory implementation creating anInvocableHandlerMethod with the necessaryClassorg.springframework.messaging.handler.annotation.supportSpring MVC
DefaultStompSessionDefault implementation of ConnectionHandlingStompSession.Classorg.springframework.messaging.simp.stompSpring MVC
DefaultSubscriptionRegistryin memory and uses a PathMatcherfor matching destinations.Classorg.springframework.messaging.simp.brokerSpring MVC
DefaultUserDestinationResolverA default implementation of UserDestinationResolver that relieson a SimpUserRegistry to find active sessions for a user.Classorg.springframework.messaging.simp.userSpring MVC
DefaultUserSessionRegistryA default thread-safe implementation of UserSessionRegistry.Classorg.springframework.messaging.simp.userSpring MVC
DestinationPatternsMessageConditionA MessageCondition for matching the destination of a Message against one ormore destination patterns using a PathMatcher.Classorg.springframework.messaging.handlerSpring MVC
DestinationResolutionExceptionThrown by a DestinationResolver when it cannot resolve a destination.Classorg.springframework.messaging.coreSpring MVC
DestinationResolverStrategy for resolving a String destination name to an actual destinationSince:4.Interfaceorg.springframework.messaging.coreSpring MVC
DestinationResolvingMessageReceivingOperationsfrom a destination specified as a (resolvable) String name.Interfaceorg.springframework.messaging.coreSpring MVC
DestinationResolvingMessageRequestReplyOperationsreceiving messages to and from a destination specified as a (resolvable) String name.Interfaceorg.springframework.messaging.coreSpring MVC
DestinationResolvingMessageSendingOperationsto a destination specified as a (resolvable) String name.Interfaceorg.springframework.messaging.coreSpring MVC
DestinationUserNameProviderA Principal can also implement this contract whengetName() isn't globally uniqueInterfaceorg.springframework.messaging.simp.userSpring MVC
DestinationVariableAnnotation that indicates a method parameter should be bound to a template variablein a destination template string.Classorg.springframework.messaging.handler.annotationSpring MVC
DestinationVariableMethodArgumentResolverResolves method parameters annotated with@DestinationVariable.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
ErrorMessageA GenericMessage with a Throwable payload.Classorg.springframework.messaging.supportSpring MVC
ExecutorChannelInterceptorAn extension of ChannelInterceptor with callbacks to intercept theasynchronous sending of a Message toInterfaceorg.springframework.messaging.supportSpring MVC
ExecutorSubscribableChannelA SubscribableChannel that sends messages to each of its subscribers.Classorg.springframework.messaging.supportSpring MVC
FixedIntervalReconnectStrategyA simple strategy for making reconnect attempts at a fixed interval.Classorg.springframework.messaging.tcpSpring MVC
GenericMessageAn implementation of Message with a generic payload.Classorg.springframework.messaging.supportSpring MVC
GenericMessageConverterAn extension of the SimpleMessageConverter that uses aConversionService to convert the payload of the messageClassorg.springframework.messaging.converterSpring MVC
GenericMessagingTemplateA messaging template that resolves destinations names to MessageChannel'sto send and receive messages from.Classorg.springframework.messaging.coreSpring MVC
HandlerMethodEncapsulates information about a handler method consisting of aProvides convenient access to method parameters, method return value, method annotations.Classorg.springframework.messaging.handlerSpring MVC
HandlerMethodArgumentResolverStrategy interface for resolving method parameters into argument valuesin the context of a given Message.Interfaceorg.springframework.messaging.handler.invocationSpring MVC
HandlerMethodArgumentResolverCompositeResolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolver.Classorg.springframework.messaging.handler.invocationSpring MVC
HandlerMethodReturnValueHandlerStrategy interface to handle the value returned from the invocation of amethod handling a Message.Interfaceorg.springframework.messaging.handler.invocationSpring MVC
HandlerMethodReturnValueHandlerCompositeA HandlerMethodReturnValueHandler that wraps and delegates to others.Classorg.springframework.messaging.handler.invocationSpring MVC
HandlerMethodSelectorDefines the algorithm for searching handler methods exhaustively including interfaces and parentclasses while also dealing with parameterized methods as well as interface and class-based proxies.Classorg.springframework.messaging.handlerSpring MVC
HeaderAnnotation which indicates that a method parameter should be bound to a message header.Classorg.springframework.messaging.handler.annotationSpring MVC
HeaderMapperGeneric strategy interface for mapping MessageHeaders to and from othertypes of objects.Interfaceorg.springframework.messaging.supportSpring MVC
HeaderMethodArgumentResolverResolves method parameters annotated with @Header.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
HeadersMethodArgumentResolverResolves the following method parameters:Parameters assignable to Map annotated with @HeadersClassorg.springframework.messaging.handler.annotation.supportSpring MVC
IdTimestampMessageHeaderInitializerA MessageHeaderInitializerto customize the strategy for ID and TIMESTAMP message header generation.Classorg.springframework.messaging.supportSpring MVC
ImmutableMessageChannelInterceptorA simpler interceptor that calls MessageHeaderAccessor.Classorg.springframework.messaging.supportSpring MVC
InterceptableChannelA MessageChannel thatmaintains a list ChannelInterceptors and allows interception of message sending.Interfaceorg.springframework.messaging.supportSpring MVC
InvocableHandlerMethodProvides a method for invoking the handler method for a given message after resolving itsmethod argument values through registered HandlerMethodArgumentResolvers.Classorg.springframework.messaging.handler.invocationSpring MVC
ListenableFutureReturnValueHandlerSupport for ListenableFuture as a return value type.Classorg.springframework.messaging.handler.invocationSpring MVC
MappingJackson2MessageConverterA Jackson 2 based MessageConverter implementation.Classorg.springframework.messaging.converterSpring MVC
MarshallingMessageConverterMarshaller and Unmarshaller abstractions.Classorg.springframework.messaging.converterSpring MVC
MessageA generic message representation with headers and body.Interfaceorg.springframework.messagingSpring MVC
MessageBrokerRegistryA registry for configuring message broker options.Classorg.springframework.messaging.simp.configSpring MVC
MessageBuilderA builder for creating a GenericMessage(or ErrorMessage if the payload is of type Throwable).Classorg.springframework.messaging.supportSpring MVC
MessageChannelDefines methods for sending messages.Interfaceorg.springframework.messagingSpring MVC
MessageConditionContract for mapping conditions to messages.Interfaceorg.springframework.messaging.handlerSpring MVC
MessageConversionExceptionAn exception raised by MessageConverter implementations.Classorg.springframework.messaging.converterSpring MVC
MessageConverterA converter to turn the payload of a Message from serialized form to a typedObject and vice versa.Interfaceorg.springframework.messaging.converterSpring MVC
MessageDeliveryExceptionException that indicates an error occurred during message delivery.Classorg.springframework.messagingSpring MVC
MessageExceptionHandlerAnnotation for handling exceptions thrown from message-handling methods within aspecific handler class.Classorg.springframework.messaging.handler.annotationSpring MVC
MessageHandlerContract for handling a Message.Interfaceorg.springframework.messagingSpring MVC
MessageHandlerMethodFactoryA factory for InvocableHandlerMethod that is suitable to processTypically used by listener endpoints that require a flexible methodInterfaceorg.springframework.messaging.handler.annotation.supportSpring MVC
MessageHandlingExceptionException that indicates an error occurred during message handling.Classorg.springframework.messagingSpring MVC
MessageHandlingRunnableExtension of the Runnable interface with methods to obtain theMessageHandler and Message to be handled.Interfaceorg.springframework.messaging.supportSpring MVC
MessageHeaderAccessorA base for classes providing strongly typed getters and setters as well asbehavior around specific categories of headers (e.Classorg.springframework.messaging.supportSpring MVC
MessageHeaderInitializerCallback interface for initializing a MessageHeaderAccessor.Interfaceorg.springframework.messaging.supportSpring MVC
MessageHeadersThe headers for a Message.Classorg.springframework.messagingSpring MVC
MessageMappingAnnotation for mapping a Message onto message-handling methods by matchingto the message destination.Classorg.springframework.messaging.handler.annotationSpring MVC
MessageMethodArgumentResolverA HandlerMethodArgumentResolver for Message parameters.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
MessagePostProcessorA contract for processing a Message after it has been created, eitherreturning a modified (effectively new) message or returning the same.Interfaceorg.springframework.messaging.coreSpring MVC
MessageReceivingOperationsOperations for receiving messages from a destination.Interfaceorg.springframework.messaging.coreSpring MVC
MessageRequestReplyOperationsOperations for sending messages to and receiving the reply from a destination.Interfaceorg.springframework.messaging.coreSpring MVC
MessageSendingOperationsOperations for sending messages to a destination.Interfaceorg.springframework.messaging.coreSpring MVC
MessagingAdviceBeanRepresents a Spring-managed bean with cross-cutting functionality to beapplied to one or more Spring beans with annotation-based messageInterfaceorg.springframework.messaging.handlerSpring MVC
MessagingExceptionThe base exception for any failures related to messaging.Classorg.springframework.messagingSpring MVC
MethodArgumentNotValidExceptionException to be thrown when a method argument fails validation perhaps as aresult of @Valid style validation, or perhaps because it is required.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
MethodArgumentTypeMismatchExceptionException that indicates that a method argument has not theSince:4.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
MissingSessionUserExceptionClassorg.springframework.messaging.simp.annotation.supportSpring MVC
MultiServerUserRegistryA user registry that is a composite of the local user registry as well assnapshots of remote user registries.Classorg.springframework.messaging.simp.userSpring MVC
NativeMessageHeaderAccessorAn extension of MessageHeaderAccessor that also stores and provides read/writeaccess to message headers from an external source -- e.Classorg.springframework.messaging.supportSpring MVC
PayloadAnnotation that binds a method parameter to the payload of a message.Classorg.springframework.messaging.handler.annotationSpring MVC
PayloadArgumentResolverA resolver to extract and convert the payload of a message using aMessageConverter.Classorg.springframework.messaging.handler.annotation.supportSpring MVC
PollableChannelA MessageChannel from which messages may be actively received through polling.Interfaceorg.springframework.messagingSpring MVC
PrincipalMethodArgumentResolverClassorg.springframework.messaging.simp.annotation.supportSpring MVC
Reactor2StompCodecA Reactor TCP Codec for sending and receiving STOMP messages.Classorg.springframework.messaging.simp.stompSpring MVC
Reactor2TcpClientAn implementation of TcpOperationsbased on the TCP client support of the Reactor project.Classorg.springframework.messaging.tcp.reactorSpring MVC
Reactor2TcpConnectionAn implementation of TcpConnection based on the TCP client support of the Reactor project.Classorg.springframework.messaging.tcp.reactorSpring MVC
Reactor2TcpStompClientA STOMP over TCP client that usesSince:4.Classorg.springframework.messaging.simp.stompSpring MVC
ReconnectStrategyA contract to determine the frequency of reconnect attempts after connection failure.Interfaceorg.springframework.messaging.tcpSpring MVC
SendToAnnotation that indicates a method's return value should be converted toa Message if necessary and sent to the specified destination.Classorg.springframework.messaging.handler.annotationSpring MVC
SendToMethodReturnValueHandlerA HandlerMethodReturnValueHandler for sending to destinations specified in aSendTo or SendToUser method-level annotations.Classorg.springframework.messaging.simp.annotation.supportSpring MVC
SendToUserAnnotation that indicates that the return value of a message-handling methodshould be sent as a Message to the specifiedClassorg.springframework.messaging.simp.annotationSpring MVC
SimpAnnotationMethodMessageHandlerA handler for messages delegating to @MessageMappingand @SubscribeMapping annotated methods.Classorg.springframework.messaging.simp.annotation.supportSpring MVC
SimpAttributesA wrapper class for access to attributes associated with a SiMP session(e.Classorg.springframework.messaging.simpSpring MVC
SimpAttributesContextHolderHolder class to expose SiMP attributes associated with a session (e.Classorg.springframework.messaging.simpSpring MVC
SimpleBrokerMessageHandlerA simple message broker that recognizes the message types defined inSimpMessageType, keeps track of subscriptions with the help of aClassorg.springframework.messaging.simp.brokerSpring MVC
SimpleBrokerRegistrationRegistration class for configuring a SimpleBrokerMessageHandler.Classorg.springframework.messaging.simp.configSpring MVC
SimpleMessageConverterA simple converter that simply unwraps the message payload as long as it matches theexpected target class.Classorg.springframework.messaging.converterSpring MVC
SimpMessageHeaderAccessorA base class for working with message headers in simple messaging protocols thatsupport basic messaging patterns.Classorg.springframework.messaging.simpSpring MVC
SimpMessageMappingInfoEncapsulates the following request mapping conditions:SimpMessageTypeMessageConditionClassorg.springframework.messaging.simpSpring MVC
SimpMessageSendingOperationsA specialization of MessageSendingOperations with methods for use withthe Spring Framework support for Simple Messaging Protocols (like STOMP).Interfaceorg.springframework.messaging.simpSpring MVC
SimpMessageTypeenum SimpMessageTypeA generic representation of different kinds of messages found in simple messagingClassorg.springframework.messaging.simpSpring MVC
SimpMessageTypeMessageConditionA message condition that checks the message type.Classorg.springframework.messaging.simpSpring MVC
SimpMessagingTemplateAn implementation ofSimpMessageSendingOperations.Classorg.springframework.messaging.simpSpring MVC
SimpSessionRepresents a session of connected user.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpSessionScopeA Scope implementation exposing the attributes of a SiMP session(e.Classorg.springframework.messaging.simpSpring MVC
SimpSubscriptionRepresents a subscription within a user session.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpSubscriptionMatcherA strategy for matching subscriptions.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpUserRepresents a connected user.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpUserRegistryA registry of currently connected users.Interfaceorg.springframework.messaging.simp.userSpring MVC
SmartMessageConverterAn extended MessageConverter SPI with conversion hint support.Interfaceorg.springframework.messaging.converterSpring MVC
StompBrokerRelayMessageHandlerA MessageHandler that handles messages byforwarding them to a STOMP broker.Classorg.springframework.messaging.simp.stompSpring MVC
StompBrokerRelayRegistrationRegistration class for configuring a StompBrokerRelayMessageHandler.Classorg.springframework.messaging.simp.configSpring MVC
StompClientSupportBase class for STOMP client implementations.Classorg.springframework.messaging.simp.stompSpring MVC
StompCommandRepresents a STOMP command.Classorg.springframework.messaging.simp.stompSpring MVC
StompConversionExceptionRaised after a failure to encode or decode a STOMP message.Classorg.springframework.messaging.simp.stompSpring MVC
StompDecoderDecodes one or more STOMP frames contained in a ByteBuffer.Classorg.springframework.messaging.simp.stompSpring MVC
StompEncoderAn encoder for STOMP frames.Classorg.springframework.messaging.simp.stompSpring MVC
StompFrameHandlerContract to handle a STOMP frame.Interfaceorg.springframework.messaging.simp.stompSpring MVC
StompHeaderAccessorA MessageHeaderAccessor to use when creating a Message from adecoded STOMP frame, or when encoding a Message to a STOMP frame.Classorg.springframework.messaging.simp.stompSpring MVC
StompHeadersRepresents STOMP frame headers.Classorg.springframework.messaging.simp.stompSpring MVC
StompSessionRepresents a STOMP session with operations to send messages, createsubscriptions and receive messages on those subscriptions.Interfaceorg.springframework.messaging.simp.stompSpring MVC
StompSession .ReceiptableA handle to use to track receipts.Interfaceorg.springframework.messaging.simp.stomp.StompSessionSpring MVC
StompSession .SubscriptionA handle to use to unsubscribe or to track a receipt.Interfaceorg.springframework.messaging.simp.stomp.StompSessionSpring MVC
StompSessionHandlerA contract for client STOMP session lifecycle events including a callbackwhen the session is established and notifications of transport or messageInterfaceorg.springframework.messaging.simp.stompSpring MVC
StompSessionHandlerAdapterAbstract adapter class for StompSessionHandler with mostly emptyas the default Object type expected for STOMP ERROR frame payloads.Classorg.springframework.messaging.simp.stompSpring MVC
StringMessageConverterA MessageConverter that supports MIME type text/plain with thepayload converted to and from a String.Classorg.springframework.messaging.converterSpring MVC
SubscribableChannelA MessageChannel that maintains a registry of subscribers and invokesthem to handle messages sent through this channel.Interfaceorg.springframework.messagingSpring MVC
SubscribeMappingAnnotation for mapping subscription messages onto specific handler methods basedon the destination of a subscription.Classorg.springframework.messaging.simp.annotationSpring MVC
SubscriptionMethodReturnValueHandlerA HandlerMethodReturnValueHandler for replying directly to a subscription.Classorg.springframework.messaging.simp.annotation.supportSpring MVC
SubscriptionRegistryA registry of subscription by session that allows looking up subscriptions.Interfaceorg.springframework.messaging.simp.brokerSpring MVC
TaskExecutorRegistrationA registration class for customizing the properties of ThreadPoolTaskExecutor.Classorg.springframework.messaging.simp.configSpring MVC
TcpConnectionA contract for sending messages and managing a TCP connection.Interfaceorg.springframework.messaging.tcpSpring MVC
TcpConnectionHandlerA contract for managing lifecycle events for a TCP connection includingthe handling of incoming messages.Interfaceorg.springframework.messaging.tcpSpring MVC
TcpOperationsA contract for establishing TCP connections.Interfaceorg.springframework.messaging.tcpSpring MVC
UserDestinationMessageHandlerMessageHandler with support for user destinations.Classorg.springframework.messaging.simp.userSpring MVC
UserDestinationResolverA strategy for resolving a user destination by translating it to one or moreactual destinations one per active user session.Interfaceorg.springframework.messaging.simp.userSpring MVC
UserDestinationResultContains the result from parsing a user destination from a source messageand translating it to target destinations (one per active user session).Classorg.springframework.messaging.simp.userSpring MVC
UserRegistryMessageHandlerA MessageHandler that is subscribed to listen to broadcasts of user registryinformation from other application servers as well as to periodicallyClassorg.springframework.messaging.simp.userSpring MVC
UserSessionRegistryA contract for adding and removing user sessions.Interfaceorg.springframework.messaging.simp.userSpring MVC
UserSessionRegistryAdapterA temporary adapter to allow use of deprecated UserSessionRegistry.Classorg.springframework.messaging.simp.userSpring MVC
ValueConstantsCommon annotation value constants.Interfaceorg.springframework.messaging.handler.annotationSpring MVC