Class RoundRobinDispatchPolicy

  • All Implemented Interfaces:
    DispatchPolicy

    public class RoundRobinDispatchPolicy
    extends Object
    implements DispatchPolicy
    Simple dispatch policy that sends a message to every subscription that matches the message.