org.apache.pekko.stream.connectors.jakartams
ConnectionRetrySettings
Companion class ConnectionRetrySettings
object ConnectionRetrySettings
- Alphabetic
- By Inheritance
- ConnectionRetrySettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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
- 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
- def apply(c: Config): ConnectionRetrySettings
Reads from the given config.
- val configPath: String
- 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
- 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
- def create(c: Config): ConnectionRetrySettings
Java API: Reads from the given config.
- val infiniteRetries: Int