UNPKG

simple-command-bus

Version:
6 lines (5 loc) 146 B
export default class HandlerLocator { getHandlerForCommand(command) { throw new Error('getHandlerForCommand method must be implemented'); } }