object SendRetrySettings
- Source
- SendRetrySettings.scala
- Alphabetic
- By Inheritance
- SendRetrySettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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
- 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
- def apply(c: Config): SendRetrySettings
Reads from the given config.
- val configPath: String
- 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
- 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
- def create(c: Config): SendRetrySettings
Java API: Reads from given config.
- val infiniteRetries: Int