Spring Integration

org.springframework.integration.annotation
Annotation Type MessageEndpoint


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
public @interface MessageEndpoint

Stereotype annotation indicating that a class is capable of serving as a Message Endpoint.

Author:
Mark Fisher

Optional Element Summary
 java.lang.String value
          The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
 

value

public abstract java.lang.String value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.

Returns:
the suggested component name, if any
Default:
""

Spring Integration