Annotation Type Send


  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Send
    Attempts to enqueue an outgoing Message. Note: this is declared as a Java annotation because Scarlet uses java reflection API which can not access Kotlin annotations.