MulticastDispatchListener

public interface MulticastDispatchListener

A listener of dispatching operations performed in MulticastBus.

Functions

Link copied to clipboard
public abstract void onCompleted(SignalId signal)
Invoked when the signal with the given ID has been dispatched to all dispatchers.
Link copied to clipboard
public abstract void onStarted(SignalId signal)
Invoked whenever a dispatching of the signal with the given ID has started.