Packages

object Replica

Source
Replica.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Replica
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(replicaId: ReplicaId, numberOfConsumers: Int, grpcClientSettings: GrpcClientSettings): Replica

    Describes a specific remote replica, how to connect to identify, connect and consume events from it.

    Describes a specific remote replica, how to connect to identify, connect and consume events from it.

    replicaId

    The unique logical identifier of the replica

    numberOfConsumers

    How many consumers to start for consuming events from this replica

    grpcClientSettings

    Settings for how to connect to the replica, host, port, TLS etc.