Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server
Class DeliveryPlan

java.lang.Object
  extended by org.jboss.errai.bus.server.DeliveryPlan

public class DeliveryPlan
extends Object


Constructor Summary
DeliveryPlan()
           
 
Method Summary
 void deliver(Message m)
           
 Collection<MessageCallback> getDeliverTo()
           
 int getTotalReceivers()
           
static DeliveryPlan newDeliveryPlan(MessageCallback callback)
           
 DeliveryPlan newDeliveryPlanWith(MessageCallback callback)
           
 DeliveryPlan newDeliveryPlanWithOut(MessageCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryPlan

public DeliveryPlan()
Method Detail

newDeliveryPlan

public static DeliveryPlan newDeliveryPlan(MessageCallback callback)

deliver

public void deliver(Message m)

getDeliverTo

public Collection<MessageCallback> getDeliverTo()

getTotalReceivers

public int getTotalReceivers()

newDeliveryPlanWith

public DeliveryPlan newDeliveryPlanWith(MessageCallback callback)

newDeliveryPlanWithOut

public DeliveryPlan newDeliveryPlanWithOut(MessageCallback callback)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.