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.
Since:
Coherence 14.1.1
Author:
jf/jk/mf 2015.06.03
See Also:
  • Constructor Details

    • OrderByRoundRobin

      public OrderByRoundRobin()