onDispatched

protected void onDispatched(SignalId signal)

Called after the dispatching of the signal to all of the target dispatchers has been completed.

This method is called even if the dispatching of the message has failed.

Descendants may override this method and define their own logic on handling the dispatching lifecycle.

Parameters

signal

the ID of the dispatched signal

See also