Module: EntityProjection::EventRegistry

Defined in:
lib/entity_projection/entity_projection.rb

Instance Method Summary collapse

Instance Method Details

#event_registryObject



106
107
108
# File 'lib/entity_projection/entity_projection.rb', line 106

def event_registry
  @event_registry ||= Messaging::MessageRegistry.new
end