Class Mail


  • @Internal
    public class Mail
    extends Object
    An executable bound to a specific operator in the chain, such that it can be picked for downstream mailbox.
    • Constructor Detail

      • Mail

        public Mail​(org.apache.flink.util.function.ThrowingRunnable<? extends Exception> runnable,
                    int priority,
                    String descriptionFormat,
                    Object... descriptionArgs)
    • Method Detail

      • getPriority

        public int getPriority()
      • tryCancel

        public void tryCancel​(boolean mayInterruptIfRunning)