module Movie::Persistence::RetryableConnectionRequest(T)

Included Modules

Direct including types

Defined in:

movie/persistence/protocol.cr

Instance Method Summary

Instance methods inherited from module Movie::Persistence::TypedConnectionRequest(T)

dispatch(worker : ConnectionWorker, sender : Movie::ActorRefBase | Nil) : Nil dispatch, execute(connection : BackendConnection) : T execute, retryable_after_connection_loss? : Bool retryable_after_connection_loss?

Instance methods inherited from module Movie::Persistence::ConnectionRequest

dispatch(worker : ConnectionWorker, sender : Movie::ActorRefBase | Nil) : Nil dispatch

Instance Method Detail

def retryable_after_connection_loss? : Bool #

[View source]