org.apache.pekko.stream.connectors.jakartams
JmsConsumerSettings
Companion class JmsConsumerSettings
object JmsConsumerSettings
- Alphabetic
- By Inheritance
- JmsConsumerSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(actorSystem: ClassicActorSystemProvider, connectionFactory: ConnectionFactory): JmsConsumerSettings
Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def apply(actorSystem: ActorSystem, connectionFactory: ConnectionFactory): JmsConsumerSettings
Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def apply(c: Config, connectionFactory: ConnectionFactory): JmsConsumerSettings
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): JmsConsumerSettings
Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def create(actorSystem: ActorSystem, connectionFactory: ConnectionFactory): JmsConsumerSettings
Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.Java API: Reads from the default config provided by the actor system at
pekko.connectors.jakartams.consumer
.- actorSystem
The actor system
- connectionFactory
Factory to use for creating JMS connections.
- def create(c: Config, connectionFactory: ConnectionFactory): JmsConsumerSettings
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.