trait Replica extends AnyRef
Not for user extension, construct using Replica#create
- Annotations
- @ApiMayChange() @DoNotInherit()
- Source
- Replica.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Replica
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def getAdditionalQueryRequestMetadata: Optional[Metadata]
- abstract def getConsumersOnClusterRole: Optional[String]
- abstract def grpcClientSettings: GrpcClientSettings
- abstract def numberOfConsumers: Int
- abstract def replicaId: ReplicaId
- abstract def toScala: scaladsl.Replica
- abstract def withAdditionalQueryRequestMetadata(metadata: Metadata): Replica
Metadata to include in the requests to the remote Akka gRPC projection endpoint
- abstract def withConsumersOnClusterRole(clusterRole: String): Replica
Only run consumers for this replica on cluster nodes with this role
- abstract def withGrpcClientSettings(grpcClientSettings: GrpcClientSettings): Replica
- abstract def withNumberOfConsumers(numberOfConsumers: Int): Replica
- abstract def withReplicaId(replicaId: ReplicaId): Replica