module Movie::Persistence::TypedConnectionRequest(T)

Included Modules

Direct including types

Defined in:

movie/persistence/protocol.cr

Instance Method Summary

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

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

Instance Method Detail

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

[View source]
abstract def execute(connection : BackendConnection) : T #

[View source]
def retryable_after_connection_loss? : Bool #

[View source]