com.hammurapi.eventbus
Class RetractCommand<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>
java.lang.Object
com.hammurapi.eventbus.InferenceCommand<E,P,C,K,H,S>
com.hammurapi.eventbus.RetractCommand<E,P,C,K,H,S>
- Type Parameters:
E - P - C - H -
public class RetractCommand<E,P extends Comparable<P>,C,K,H extends EventBus.Handle<E,P,C>,S extends EventStore<E,P,C,H,S>>
- extends InferenceCommand<E,P,C,K,H,S>
This command is posted to execution when event is removed from the bus and there are
remove handlers matching the event.
|
Constructor Summary |
RetractCommand(E[] events,
K handlerId,
EventHandler<E,P,C,H,S> handler,
InferenceContext<E,P,C,K,H,S> inferenceContext)
|
RetractCommand
public RetractCommand(E[] events,
K handlerId,
EventHandler<E,P,C,H,S> handler,
InferenceContext<E,P,C,K,H,S> inferenceContext)
getEvents
public E[] getEvents()
toString
public String toString()
- Overrides:
toString in class Object