Uses of Interface
org.springframework.messaging.support.MessageHeaderInitializer
Packages that use MessageHeaderInitializer
Package
Description
Generic support for Simple Messaging Protocols including protocols such as STOMP.
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.
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 MessageHeaderInitializer in org.springframework.messaging.simpMethods in org.springframework.messaging.simp that return MessageHeaderInitializerModifier and TypeMethodDescriptionSimpMessagingTemplate.getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp with parameters of type MessageHeaderInitializerModifier and TypeMethodDescriptionvoidSimpMessagingTemplate.setHeaderInitializer(MessageHeaderInitializer headerInitializer) Configure aMessageHeaderInitializerto apply to the headers of all messages created through theSimpMessagingTemplate.
- 
Uses of MessageHeaderInitializer in org.springframework.messaging.simp.annotation.supportMethods in org.springframework.messaging.simp.annotation.support that return MessageHeaderInitializerModifier and TypeMethodDescriptionSendToMethodReturnValueHandler.getHeaderInitializer()Return the configured header initializer.SimpAnnotationMethodMessageHandler.getHeaderInitializer()Return the configured header initializer.SubscriptionMethodReturnValueHandler.getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp.annotation.support with parameters of type MessageHeaderInitializerModifier and TypeMethodDescriptionvoidSendToMethodReturnValueHandler.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.brokerMethods in org.springframework.messaging.simp.broker that return MessageHeaderInitializerModifier and TypeMethodDescriptionSimpleBrokerMessageHandler.getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp.broker with parameters of type MessageHeaderInitializerModifier and TypeMethodDescriptionvoidSimpleBrokerMessageHandler.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.stompMethods in org.springframework.messaging.simp.stomp that return MessageHeaderInitializerModifier and TypeMethodDescriptionStompBrokerRelayMessageHandler.getHeaderInitializer()Return the configured header initializer.StompDecoder.getHeaderInitializer()Return the configuredMessageHeaderInitializer, if any.Methods in org.springframework.messaging.simp.stomp with parameters of type MessageHeaderInitializerModifier and TypeMethodDescriptionvoidStompBrokerRelayMessageHandler.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.userMethods in org.springframework.messaging.simp.user that return MessageHeaderInitializerModifier and TypeMethodDescriptionUserDestinationMessageHandler.getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.messaging.simp.user with parameters of type MessageHeaderInitializerModifier and TypeMethodDescriptionvoidUserDestinationMessageHandler.setHeaderInitializer(MessageHeaderInitializer headerInitializer) Configure a customMessageHeaderInitializerto initialize the headers of resolved target messages.
- 
Uses of MessageHeaderInitializer in org.springframework.messaging.supportClasses in org.springframework.messaging.support that implement MessageHeaderInitializerModifier and TypeClassDescriptionclassAMessageHeaderInitializerto customize the strategy for ID and TIMESTAMP message header generation.
- 
Uses of MessageHeaderInitializer in org.springframework.web.socket.messagingMethods in org.springframework.web.socket.messaging that return MessageHeaderInitializerModifier and TypeMethodDescriptionStompSubProtocolHandler.getHeaderInitializer()Return the configured header initializer.Methods in org.springframework.web.socket.messaging with parameters of type MessageHeaderInitializerModifier and TypeMethodDescriptionvoidStompSubProtocolHandler.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.