Annotation Interface Platform.Pipe

Enclosing class:
Platform

@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface Platform.Pipe
Interface used to tag the PipeRequestHandler to start when the pipe request, specified by the room() value, will be launched.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    String about the room name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    A number used to define the execution priority of the pipe.
  • Element Details

    • room

      String room
      String about the room name.
      Returns:
      a String about the room name.
    • priority

      int priority

      A number used to define the execution priority of the pipe.

      Lower number will be started first.
      Returns:
      a number used to define the execution priority of the pipe.
      Default:
      0