bobocep.cep.action.handler

Handlers that coordinate the execution of actions.

Classes

BoboActionHandler([max_size])

An abstract action handler.

BoboActionHandlerBlocking([max_size])

An action handler that blocks during action execution.

BoboActionHandlerMultiprocessing(processes)

An action handler that uses multiprocessing for action execution.

BoboActionHandlerMultithreading(threads[, ...])

An action handler that uses multithreading for action execution.

BoboHandlerResponse(action_name, ...)

A handler response to action execution.

Exceptions

BoboActionHandlerError

An action handler error.