Packages

trait JmsProducerStatus extends AnyRef

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

Abstract Value Members

  1. abstract def connectorState: Source[JmsConnectorState, NotUsed]

    source that provides connector status change information.

    source that provides connector status change information. Only the most recent connector state is buffered if the source is not consumed.