Packages

trait JmsConnector[S <: JmsSession] extends AnyRef

Internal API.

Self Type
JmsConnector[S] with TimerGraphStageLogic with StageLogging
Annotations
@InternalApi()
Source
JmsConnector.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsConnector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def createSession(connection: Connection, createDestination: (Session) ⇒ javax.jms.Destination): S
    Attributes
    protected
  2. abstract def destination: Destination
    Attributes
    protected
  3. abstract def jmsSettings: JmsSettings
    Attributes
    protected
  4. abstract def startConnection: Boolean

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. def connectionFailed(ex: Throwable): Unit
    Attributes
    protected
  7. val connectionStateSource: Future[Source[InternalConnectionState, NotUsed]]
    Attributes
    protected
  8. implicit val ec: ExecutionContext
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def executionContext(attributes: Attributes): ExecutionContext
    Attributes
    protected
  12. val fail: AsyncCallback[Throwable]
    Attributes
    protected
  13. def finishStop(): Unit
    Attributes
    protected
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def initSessionAsync(attempt: Int = 0, backoffMaxed: Boolean = false): Unit
    Attributes
    protected
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val jmsSessions: Seq[S]
    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def onSessionOpened(jmsSession: S): Unit
    Attributes
    protected
  23. def onTimer(timerKey: Any): Unit
  24. def preStart(): Unit
  25. def publishAndFailStage(ex: Throwable): Unit
    Attributes
    protected
  26. val sessionOpened: (Try[Unit]) ⇒ Unit
    Attributes
    protected
  27. val sessionOpenedCB: AsyncCallback[Try[Unit]]
    Attributes
    protected
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def updateState(next: InternalConnectionState): InternalConnectionState
    Attributes
    protected
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped