Java org.springframework.messaging.simp.annotation.support SubscriptionMethodReturnValueHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.simp.annotation.support SubscriptionMethodReturnValueHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.simp.annotation.support SubscriptionMethodReturnValueHandler.

The text is from its open source code.

Constructor

SubscriptionMethodReturnValueHandler(MessageSendingOperations template)
Construct a new SubscriptionMethodReturnValueHandler.

Method

voidsetHeaderInitializer(@Nullable MessageHeaderInitializer headerInitializer)
Configure a MessageHeaderInitializer to apply to the headers of all messages sent to the client outbound channel.