Class BinaryMessenger.TaskQueueOptions

  • Enclosing interface:
    BinaryMessenger

    public static class BinaryMessenger.TaskQueueOptions
    extends Object
    Options that control how a TaskQueue should operate and be created.
    • Constructor Detail

      • TaskQueueOptions

        public TaskQueueOptions()
    • Method Detail

      • getIsSerial

        public boolean getIsSerial()
      • setIsSerial

        public BinaryMessenger.TaskQueueOptions setIsSerial​(boolean isSerial)
        Setter for `isSerial` property.

        When this is true all tasks performed by the TaskQueue will be forced to happen serially (one completes before the other begins).