Java org.springframework.messaging.support NativeMessageHeaderAccessor fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringNATIVE_HEADERS
The header name used to store native headers.

Method

StringgetFirstNativeHeader(String headerName)
Return the first value for the specified native header, or null if none.
ListremoveNativeHeader(String name)
voidsetNativeHeader(String name, @Nullable String value)
Set the specified native header value replacing existing values.