org.jboss.errai.bus.server
Class DeliveryPlan
java.lang.Object
org.jboss.errai.bus.server.DeliveryPlan
public class DeliveryPlan
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryPlan
public DeliveryPlan()
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)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.