JavaScript is disabled on your browser.
Skip navigation links
Spring Integration
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.integration.annotation
Annotation Interface GatewayHeader
@Target
({})
@Retention
(
RUNTIME
)
public @interface
GatewayHeader
Provides the message header
value
or
expression
.
Since:
4.0
Author:
Artem Bilan
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
expression
String
value
Element Details
name
String
name
Returns:
The name of the header.
value
String
value
Returns:
The value for the header.
Default:
""
expression
String
expression
Returns:
The
Expression
to be evaluated to produce a value for the header.
Default:
""