Packages

object ConnectionPoolActor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionPoolActor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Close(cause: Throwable, stop: Boolean) extends Product with Serializable
  2. final case class NewConnection(connection: ActorRef) extends Product with Serializable
  3. final case class QueuedConn(conn: ActorRef, enqueuedAt: Long) extends Product with Serializable

Value Members

  1. object Cleanup
  2. object CreateNewConnection
  3. object Full