public interface CommandDispatcher<I> extends UnicastDispatcher<io.spine.core.CommandClass,io.spine.core.CommandEnvelope,I>
A dispatcher can deliver more than one class of commands.
Modifier and Type | Method and Description |
---|---|
default boolean |
dispatchesCommands()
Verifies if this instance dispatches at least one command.
|
canDispatch, dispatch, getMessageClasses, onError