object GrpcQuerySettings
- Source
- GrpcQuerySettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrpcQuerySettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(streamId: String): GrpcQuerySettings
Scala API: Programmatic construction of GrpcQuerySettings
Scala API: Programmatic construction of GrpcQuerySettings
- streamId
The stream id to consume. It is exposed by the producing side.
- def apply(config: Config): GrpcQuerySettings
Scala API: From
Config
corresponding toakka.projection.grpc.consumer
configuration section. - def apply(system: ClassicActorSystemProvider): GrpcQuerySettings
Scala API: From
Config
akka.projection.grpc.consumer
configuration section. - def create(streamId: String): GrpcQuerySettings
Java API: Programmatic construction of GrpcQuerySettings
Java API: Programmatic construction of GrpcQuerySettings
- streamId
The stream id to consume. It is exposed by the producing side.
- def create(config: Config): GrpcQuerySettings
Java API: From
Config
corresponding toakka.projection.grpc.consumer
configuration section. - def create(system: ClassicActorSystemProvider): GrpcQuerySettings
Java API: From
Config
akka.projection.grpc.consumer
configuration section.