package
internal
Type Members
-
case class
CheckConnection(now: Boolean) extends Product with Serializable
-
case class
Connect(ts: Date, id: String) extends Product with Serializable
-
case class
ConnectResult(ts: Date, r: Either[Throwable, Connection]) extends Product with Serializable
-
case class
ConnectTimeout(t: Long) extends Product with Serializable
-
-
case class
ConnectionCommand(provider: String = "", maxEvents: Int = 0, disconnectPending: Boolean = false, connectPending: Boolean = false, reconnectNow: Boolean = false) extends Product with Serializable
-
case class
ConnectionException(provider: String, e: JMSException) extends Product with Serializable
-
case class
ConnectionHolder(config: BlendedJMSConnectionConfig, system: ActorSystem, bundleContext: Option[BundleContext] = None) extends Product with Serializable
-
-
-
-
case class
ConnectionState(provider: String, status: String = ConnectionState.DISCONNECTED, lastConnect: Option[Date] = None, lastDisconnect: Option[Date] = None, failedPings: Int = 0, maxEvents: Int = 20, events: List[String] = List.empty, firstReconnectAttempt: Option[Date] = None, lastConnectAttempt: Option[Date] = None) extends Product with Serializable
-
-
-
class
ConnectionStateMonitor extends Actor with ActorLogging with ServiceConsuming
-
case class
Disconnect(timeout: FiniteDuration) extends Product with Serializable
-
case class
ExecutePing(pingActor: ActorRef) extends Product with Serializable
-
-
-
case class
PingReceived(s: String) extends Product with Serializable
-
case class
PingResult(result: Either[Throwable, String]) extends Product with Serializable
-
case class
RestartContainer(reason: Throwable) extends Product with Serializable