dispatch

protected void dispatch(CommandEnvelope command)

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