Class JmsConnectionFactory

java.lang.Object
ru.tinkoff.kora.jms.JmsConnectionFactory
All Implemented Interfaces:
ru.tinkoff.kora.application.graph.Lifecycle, ru.tinkoff.kora.application.graph.Wrapped<javax.jms.ConnectionFactory>

public class JmsConnectionFactory extends Object implements ru.tinkoff.kora.application.graph.Lifecycle, ru.tinkoff.kora.application.graph.Wrapped<javax.jms.ConnectionFactory>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ru.tinkoff.kora.application.graph.Wrapped

    ru.tinkoff.kora.application.graph.Wrapped.UnwrappedValue<T extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmsConnectionFactory(javax.jms.ConnectionFactory connectionFactory, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
     
    reactor.core.publisher.Mono<Void>
     
    javax.jms.ConnectionFactory
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JmsConnectionFactory

      public JmsConnectionFactory(javax.jms.ConnectionFactory connectionFactory, String name)
  • Method Details

    • init

      public reactor.core.publisher.Mono<Void> init()
      Specified by:
      init in interface ru.tinkoff.kora.application.graph.Lifecycle
    • release

      public reactor.core.publisher.Mono<Void> release()
      Specified by:
      release in interface ru.tinkoff.kora.application.graph.Lifecycle
    • value

      public javax.jms.ConnectionFactory value()
      Specified by:
      value in interface ru.tinkoff.kora.application.graph.Wrapped<javax.jms.ConnectionFactory>