Annotation Type SignalMethod


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface SignalMethod
    Indicates that the method is a signal handler method. Signal method is executed when workflow receives signal. This annotation applies only to workflow interface methods.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name
      Name of the signal type.
    • Element Detail

      • name

        java.lang.String name
        Name of the signal type. Default is {short class name}::{method name}.
        Default:
        ""