object JmsConsumerSettings

Source
JmsConsumerSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsConsumerSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.

  2. 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.

  3. 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.

  4. val configPath: String
  5. 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.

  6. 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.

  7. 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.