Packages

trait Replica extends AnyRef

Not for user extension, construct using Replica#create

Annotations
@ApiMayChange() @DoNotInherit()
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 getAdditionalQueryRequestMetadata: Optional[Metadata]
  2. abstract def getConsumersOnClusterRole: Optional[String]
  3. abstract def grpcClientSettings: GrpcClientSettings
  4. abstract def numberOfConsumers: Int
  5. abstract def replicaId: ReplicaId
  6. abstract def toScala: scaladsl.Replica
  7. abstract def withAdditionalQueryRequestMetadata(metadata: Metadata): Replica

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

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

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

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