operations property

Map<int, CommandHandler> operations

Map of command handlers. Upon reception of a WorkerRequest, the platform worker will dispatch the request to the CommandHandler mathing the value of WorkerRequest.command.

Implementation

Map<int, CommandHandler> get operations;