commandHandlers property

  1. @protected
CommandHandlerRegistry<ChannelState> get commandHandlers
inherited

Command handler registry for this aggregate

Implementation

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