Packages

trait Replica extends AnyRef

Annotations
@ApiMayChange()
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

Abstract Value Members

  1. abstract def additionalQueryRequestMetadata: Option[Metadata]
  2. abstract def consumersOnClusterRole: Option[String]
  3. abstract def grpcClientSettings: GrpcClientSettings
  4. abstract def numberOfConsumers: Int
  5. abstract def replicaId: ReplicaId
  6. abstract def withAdditionalQueryRequestMetadata(metadata: Metadata): Replica

    Metadata to include in the requests to the remote Akka gRPC projection endpoint

  7. abstract def withConsumersOnClusterRole(clusterRole: String): Replica

    Only run consumers for this replica on cluster nodes with this role

  8. abstract def withGrpcClientSettings(grpcClientSettings: GrpcClientSettings): Replica
  9. abstract def withNumberOfConsumers(numberOfConsumers: Int): Replica
  10. abstract def withReplicaId(replicaId: ReplicaId): Replica