struct Movie::Persistence::EventPage

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(events : Array(EventEnvelope), next_offset : Int64, has_more : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(events _events = @events, next_offset _next_offset = @next_offset, has_more _has_more = @has_more) #

[View source]
def events : Array(EventEnvelope) #

def has_more : Bool #

def next_offset : Int64 #