registerCassandraPlugins
registerCassandraPlugins(
ext,options):void
Defined in: src/persistence/journals/CassandraPlugin.ts:39
One-shot registration of both the Cassandra/Scylla journal and the
matching snapshot store against the running PersistenceExtension.
After this call set
actor-ts.persistence.journal.plugin = "actor-ts.persistence.journal.cassandra"
actor-ts.persistence.snapshot-store.plugin = "actor-ts.persistence.snapshot-store.cassandra"
either via HOCON or a { config: { ... } } override to make them active.
Parameters
Section titled “Parameters”options
Section titled “options”RegisterCassandraPluginsOptions
Returns
Section titled “Returns”void