Class Publisher.OrderByRoundRobin<V>

Type Parameters:
V - the value type
All Implemented Interfaces:
ExternalizableLite, PortableObject, Publisher.Option<V>, Serializable
Enclosing interface:
Publisher<V>

public static class Publisher.OrderByRoundRobin<V> extends Publisher.OrderByValue<V>
Publisher.OrderBy option which computes the unit-of-order such that each message is sent to the next channel in a round-robin order.
See Also:
  • Constructor Details

    • OrderByRoundRobin

      public OrderByRoundRobin()