struct Movie::Persistence::StoredOutboxEntry

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(offset : Int64, message_id : String, persistence_id : String, operation_id : OperationId, destination : String, manifest : String, payload : String, attempts : Int64, last_error : String | Nil) #

[View source]

Instance Method Detail

def attempts : Int64 #

def clone #

[View source]
def copy_with(offset _offset = @offset, message_id _message_id = @message_id, persistence_id _persistence_id = @persistence_id, operation_id _operation_id = @operation_id, destination _destination = @destination, manifest _manifest = @manifest, payload _payload = @payload, attempts _attempts = @attempts, last_error _last_error = @last_error) #

[View source]
def destination : String #

def last_error : String | Nil #

def manifest : String #

def message_id : String #

def offset : Int64 #

def operation_id : OperationId #

def payload : String #

def persistence_id : String #