dispatch

protected void dispatch(EventEnvelope event)

Passes the given envelope for dispatching.

Finds and invokes the MessageDispatcher(s) for the given message.

This method assumes that the given message has passed the filtering.

See also

post(Signal, StreamObserver)

for the public API