Module: Messaging::Fixtures::Controls::Event::Metadata
- Defined in:
- lib/messaging/fixtures/controls/event.rb
Class Method Summary collapse
- .causation_message_global_position ⇒ Object
- .causation_message_position ⇒ Object
- .causation_message_stream_name ⇒ Object
- .example ⇒ Object
Class Method Details
.causation_message_global_position ⇒ Object
62 63 64 |
# File 'lib/messaging/fixtures/controls/event.rb', line 62 def self. Message::Metadata.global_position end |
.causation_message_position ⇒ Object
58 59 60 |
# File 'lib/messaging/fixtures/controls/event.rb', line 58 def self. Message::Metadata.position end |
.causation_message_stream_name ⇒ Object
54 55 56 |
# File 'lib/messaging/fixtures/controls/event.rb', line 54 def self. Message::Metadata.stream_name end |
.example ⇒ Object
44 45 46 47 48 49 50 51 52 |
# File 'lib/messaging/fixtures/controls/event.rb', line 44 def self.example = Messaging::Message::Metadata.new . = . = . = end |