module Movie

Defined in:

movie.cr
movie/ask.cr
movie/behavior.cr
movie/cluster/receptionist/extension.cr
movie/cluster/receptionist/replication.cr
movie/cluster/router/extension.cr
movie/cluster/sharding/coordination.cr
movie/cluster/sharding/extension.cr
movie/cluster/sharding/routing.cr
movie/cluster/singleton/extension.cr
movie/config.cr
movie/context.cr
movie/executor.cr
movie/extension_id.cr
movie/future.cr
movie/mailbox.cr
movie/path.cr
movie/persistence/behaviors.cr
movie/persistence/connection_worker.cr
movie/persistence/migrations.cr
movie/persistence/postgres.cr
movie/persistence/protocol.cr
movie/persistence/resilience.cr
movie/persistence/runtime.cr
movie/persistence/sharding.cr
movie/persistence/singleton.cr
movie/persistence/sql_backend.cr
movie/persistence/sql_fencing.cr
movie/persistence/sql_journal.cr
movie/persistence/sql_outbox.cr
movie/persistence/sql_query.cr
movie/persistence/sql_retention.cr
movie/persistence/sql_schema.cr
movie/persistence/sql_state.cr
movie/persistence/sqlite_backend.cr
movie/persistence/storage.cr
movie/persistence/telemetry.cr
movie/pipe.cr
movie/remote/extension_id.cr
movie/scheduler.cr
movie/streams/core.cr
movie/streams/testkit.cr
movie/streams_typed.cr
movie/system.cr
queue.cr

Constant Summary

DRAIN_AND_STOP = DrainAndStop.new.as(SystemMessage)
FutureLog = ::Log.for("Movie::Future")
POST_START = PostStart.new.as(SystemMessage)
POST_STOP = PostStop.new.as(SystemMessage)
PRE_START = PreStart.new.as(SystemMessage)
PRE_STOP = PreStop.new.as(SystemMessage)
RESUME = Resume.new.as(SystemMessage)
STOP = Stop.new.as(SystemMessage)