Module: Synapse::Wiring::MessageWiring Abstract

Extended by:
ActiveSupport::Concern
Included in:
Command::WiringCommandHandler, EventBus::WiringEventListener, EventSourcing::Member, ProcessManager::WiringProcess
Defined in:
lib/synapse/wiring/message_wiring.rb

Overview

This module is abstract.

Base mixin that make it easier to wire handlers to their respective types

It is recommended to use mixins more specific to the component being implemented, like wiring command handlers, event listeners, event-sourced members, or processes.

Defined Under Namespace

Modules: ClassMethods