object ConnectionRetrySettings

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionRetrySettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(actorSystem: ClassicActorSystemProvider): ConnectionRetrySettings

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

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

    actorSystem

    The actor system

  2. def apply(actorSystem: ActorSystem): ConnectionRetrySettings

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

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

    actorSystem

    The actor system

  3. def apply(c: Config): ConnectionRetrySettings

    Reads from the given config.

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

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

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

    actorSystem

    The actor system

  6. def create(actorSystem: ActorSystem): ConnectionRetrySettings

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

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

    actorSystem

    The actor system

  7. def create(c: Config): ConnectionRetrySettings

    Java API: Reads from the given config.

  8. val infiniteRetries: Int