object JmsBrowseSettings
- Source
- JmsBrowseSettings.scala
- Alphabetic
- By Inheritance
- JmsBrowseSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(actorSystem: ClassicActorSystemProvider, connectionFactory: ConnectionFactory): JmsBrowseSettings
Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def apply(actorSystem: ActorSystem, connectionFactory: ConnectionFactory): JmsBrowseSettings
Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def apply(c: Config, connectionFactory: ConnectionFactory): JmsBrowseSettings
Reads from the given config.
Reads from the given config.
- c
Config instance read configuration from
- connectionFactory
Factory to use for creating JMS connections.
- val configPath: String
- def create(actorSystem: ClassicActorSystemProvider, connectionFactory: ConnectionFactory): JmsBrowseSettings
Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def create(actorSystem: ActorSystem, connectionFactory: ConnectionFactory): JmsBrowseSettings
Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.browse
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def create(c: Config, connectionFactory: ConnectionFactory): JmsBrowseSettings
Java API: Reads from the given config.
Java API: Reads from the given config.
- c
Config instance read configuration from
- connectionFactory
Factory to use for creating JMS connections.