Annotation Interface RequireMessageType


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) @RequirementMeta(type=STORING) public @interface RequireMessageType
Specifies the message type that should be received. This annotation can be applied to methods or classes.
Since:
3.0.5-SNAPSHOT
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the message types associated with the annotated method or class.
  • Element Details

    • value

      Defines the message types associated with the annotated method or class.
      Returns:
      The domain as a string.
      Default:
      {TEXT, BINARY}