commandHandlers property

  1. @protected
CommandHandlerRegistry<WalletState> get commandHandlers
inherited

Command handler registry for this aggregate

Implementation

@protected
CommandHandlerRegistry<TState> get commandHandlers => _commandHandlers;