replication.DeltaDissemination
See theDeltaDissemination companion object
class DeltaDissemination[State](val replicaId: LocalUid, receiveCallback: State => Unit, crypto: Option[Aead], immediateForward: Boolean, sendingActor: ExecutionContext, val globalAbort: Abort, val deltaStorage: DeltaStorage[State])(using x$8: JsonValueCodec[State])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Types
Value members
Concrete methods
def cachedMessages(conn: LatentConnection[MessageBuffer]): LatentConnection[CachedMessage[ProtocolMessage[State]]]
prepare a connection that serializes to some binary format. Primary means of network communication. Adds a serialization and caching layer
prepare a connection that serializes to some binary format. Primary means of network communication. Adds a serialization and caching layer
Attributes
def prepareObjectConnection(latentConnection: LatentConnection[ProtocolMessage[State]]): Async[Any, Unit]
prepare a connection that passes objects around somewhere in memory. For in prozess communication or custom serialization.
prepare a connection that passes objects around somewhere in memory. For in prozess communication or custom serialization.
Attributes
Concrete fields
Givens
Givens
In this article