Packages

object GrpcReadJournal

Source
GrpcReadJournal.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcReadJournal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val Identifier: String
  2. def create(system: ClassicActorSystemProvider, settings: GrpcQuerySettings, clientSettings: GrpcClientSettings, protobufDescriptors: List[FileDescriptor]): 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).

  3. def create(system: ClassicActorSystemProvider, settings: GrpcQuerySettings, protobufDescriptors: List[FileDescriptor]): 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.

  4. def create(system: ClassicActorSystemProvider, protobufDescriptors: List[FileDescriptor]): GrpcReadJournal

    Construct a gRPC read journal from configuration akka.projection.grpc.consumer.

    Construct a gRPC read journal from configuration akka.projection.grpc.consumer. The stream-id must be defined in the configuration.

    Configuration from akka.projection.grpc.consumer.client will be used to connect to the remote producer.