CommandFlowWatcher

public interface CommandFlowWatcher

A set of callbacks invoked when a command processing reaches a given point.

Functions

Link copied to clipboard
public abstract void onDispatchCommand(CommandEnvelope command)
A callback invoked when a command is dispatched.
Link copied to clipboard
public abstract void onScheduled(CommandEnvelope command)
A callback invoked when a command is scheduled.