object GrpcReadJournal
- Source
- GrpcReadJournal.scala
- Alphabetic
- By Inheritance
- GrpcReadJournal
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val Identifier: String
- def apply(settings: GrpcQuerySettings, clientSettings: GrpcClientSettings, protobufDescriptors: Seq[FileDescriptor])(implicit system: ClassicActorSystemProvider): GrpcReadJournal
Construct a gRPC read journal for the given settings and explicit
GrpcClientSettings
to control how to reach the Akka Projection gRPC producer service (host, port etc).Construct a gRPC read journal for the given settings and explicit
GrpcClientSettings
to control how to reach the Akka Projection gRPC producer service (host, port etc).Note that the
protobufDescriptors
is a list of thejavaDescriptor
for the used protobuf messages. It is defined in the ScalaPB generatedProto
companion object. - def apply(settings: GrpcQuerySettings, protobufDescriptors: Seq[FileDescriptor])(implicit system: ClassicActorSystemProvider): GrpcReadJournal
Construct a gRPC read journal for the given settings.
Construct a gRPC read journal for the given settings.
Configuration from
akka.projection.grpc.consumer.client
will be used to connect to the remote producer.Note that the
protobufDescriptors
is a list of thejavaDescriptor
for the used protobuf messages. It is defined in the ScalaPB generatedProto
companion object. - def apply(protobufDescriptors: Seq[FileDescriptor])(implicit system: ClassicActorSystemProvider): GrpcReadJournal
Construct a gRPC read journal from configuration
akka.projection.grpc.consumer
.Construct a gRPC read journal from configuration
akka.projection.grpc.consumer
. Thestream-id
must be defined in the configuration.Configuration from
akka.projection.grpc.consumer.client
will be used to connect to the remote producer.Note that the
protobufDescriptors
is a list of thejavaDescriptor
for the used protobuf messages. It is defined in the ScalaPB generatedProto
companion object.