struct Movie::Persistence::OutboxEntry

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message_id : String, destination : String, manifest : String, payload : String) #

[View source]

Instance Method Detail

def destination : String #

[View source]
def manifest : String #

[View source]
def message_id : String #

[View source]
def payload : String #

[View source]