Annotation Type MessageEndpoint
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Component
public @interface MessageEndpoint
Stereotype annotation indicating that a class is capable of serving as a
Message Endpoint.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
-
Element Details
-
value
java.lang.String valueThe 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:
- ""
-