class Synapse::Domain::EventMessage
Represents the occurance of an event in the application that may be of some importance to another component of the application. It contains the relevant data for other components to act upon.
Public Class Methods
builder()
click to toggle source
@return [Class]
# File lib/synapse/domain/message.rb, line 8 def self.builder EventMessageBuilder end