Packages

object GrpcQuerySettings

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

Value Members

  1. 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.

  2. def apply(config: Config): GrpcQuerySettings

    Scala API: From Config corresponding to akka.projection.grpc.consumer configuration section.

  3. def apply(system: ClassicActorSystemProvider): GrpcQuerySettings

    Scala API: From Config akka.projection.grpc.consumer configuration section.

  4. 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.

  5. def create(config: Config): GrpcQuerySettings

    Java API: From Config corresponding to akka.projection.grpc.consumer configuration section.

  6. def create(system: ClassicActorSystemProvider): GrpcQuerySettings

    Java API: From Config akka.projection.grpc.consumer configuration section.