object SendRetrySettings

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

Value Members

  1. def apply(actorSystem: ClassicActorSystemProvider): SendRetrySettings

    Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    actorSystem

    The actor system

  2. def apply(actorSystem: ActorSystem): SendRetrySettings

    Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    actorSystem

    The actor system

  3. def apply(c: Config): SendRetrySettings

    Reads from the given config.

  4. val configPath: String
  5. def create(actorSystem: ClassicActorSystemProvider): SendRetrySettings

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    actorSystem

    The actor system

  6. def create(actorSystem: ActorSystem): SendRetrySettings

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jakartams.send-retry.

    actorSystem

    The actor system

  7. def create(c: Config): SendRetrySettings

    Java API: Reads from given config.

  8. val infiniteRetries: Int