Uses of Interface
org.springframework.messaging.support.MessageHeaderInitializer
Packages that use MessageHeaderInitializer Package Description org.springframework.messaging.simp Generic support for Simple Messaging Protocols including protocols such as STOMP.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.messaging.simp.broker Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.messaging.simp.user Support for handling messages to "user" destinations (i.e.org.springframework.messaging.support Provides implementations ofMessagealong with a MessageBuilder and MessageHeaderAccessor for building and working with messages and message headers, as well as variousMessageChannelimplementations and channel interceptor support.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.Uses of MessageHeaderInitializer in org.springframework.messaging.simp
Methods in org.springframework.messaging.simp that return MessageHeaderInitializer Modifier and Type Method Description MessageHeaderInitializerSimpMessagingTemplate. getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp with parameters of type MessageHeaderInitializer Modifier and Type Method Description voidSimpMessagingTemplate. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers of all messages created through theSimpMessagingTemplate.Uses of MessageHeaderInitializer in org.springframework.messaging.simp.annotation.support
Methods in org.springframework.messaging.simp.annotation.support that return MessageHeaderInitializer Modifier and Type Method Description MessageHeaderInitializerSendToMethodReturnValueHandler. getHeaderInitializer()Return the configured header initializer.MessageHeaderInitializerSimpAnnotationMethodMessageHandler. getHeaderInitializer()Return the configured header initializer.MessageHeaderInitializerSubscriptionMethodReturnValueHandler. getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp.annotation.support with parameters of type MessageHeaderInitializer Modifier and Type Method Description voidSendToMethodReturnValueHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers of all messages sent to the client outbound channel.voidSimpAnnotationMethodMessageHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto pass on toHandlerMethodReturnValueHandlersthat send messages from controller return values.voidSubscriptionMethodReturnValueHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers of all messages sent to the client outbound channel.Uses of MessageHeaderInitializer in org.springframework.messaging.simp.broker
Methods in org.springframework.messaging.simp.broker that return MessageHeaderInitializer Modifier and Type Method Description MessageHeaderInitializerSimpleBrokerMessageHandler. getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp.broker with parameters of type MessageHeaderInitializer Modifier and Type Method Description voidSimpleBrokerMessageHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers of all messages sent to the client outbound channel.Uses of MessageHeaderInitializer in org.springframework.messaging.simp.stomp
Methods in org.springframework.messaging.simp.stomp that return MessageHeaderInitializer Modifier and Type Method Description MessageHeaderInitializerStompBrokerRelayMessageHandler. getHeaderInitializer()Return the configured header initializer.MessageHeaderInitializerStompDecoder. getHeaderInitializer()Return the configuredMessageHeaderInitializer, if any.Methods in org.springframework.messaging.simp.stomp with parameters of type MessageHeaderInitializer Modifier and Type Method Description voidStompBrokerRelayMessageHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers of all messages created through theStompBrokerRelayMessageHandlerthat are sent to the client outbound message channel.voidStompDecoder. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers ofMessagesfrom decoded STOMP frames.Uses of MessageHeaderInitializer in org.springframework.messaging.simp.user
Methods in org.springframework.messaging.simp.user that return MessageHeaderInitializer Modifier and Type Method Description MessageHeaderInitializerUserDestinationMessageHandler. getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp.user with parameters of type MessageHeaderInitializer Modifier and Type Method Description voidUserDestinationMessageHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure a customMessageHeaderInitializerto initialize the headers of resolved target messages.Uses of MessageHeaderInitializer in org.springframework.messaging.support
Classes in org.springframework.messaging.support that implement MessageHeaderInitializer Modifier and Type Class Description classIdTimestampMessageHeaderInitializerAMessageHeaderInitializerto customize the strategy for ID and TIMESTAMP message header generation.Uses of MessageHeaderInitializer in org.springframework.web.socket.messaging
Methods in org.springframework.web.socket.messaging that return MessageHeaderInitializer Modifier and Type Method Description MessageHeaderInitializerStompSubProtocolHandler. getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.web.socket.messaging with parameters of type MessageHeaderInitializer Modifier and Type Method Description voidStompSubProtocolHandler. setHeaderInitializer(MessageHeaderInitializer headerInitializer)Configure aMessageHeaderInitializerto apply to the headers of all messages created from decoded STOMP frames and other messages sent to the client inbound channel.