UnorderedParallelEventReceivingStrategy

public class UnorderedParallelEventReceivingStrategy extends AbstractEventReceivingStrategy

An EventReceivingStrategy that dispatches Events using a thread pool but without any ordering guarantees.

Author

swrede

Methods

activate

public void activate()

addFilter

public void addFilter(Filter filter)

addHandler

public void addHandler(Handler handler, boolean wait)

deactivate

public void deactivate()
Throws

InterruptedException – thrown if waiting for shutdown was interrupted.

getHandlers

Set<Handler> getHandlers()

Returns the handlers registered in this strategy that will be notified of new events.

Returns

list of handlers

handle

public void handle(Event event)

isActive

public boolean isActive()

removeFilter

public void removeFilter(Filter filter)

removeHandler

public void removeHandler(Handler handler, boolean wait)