p

fluflu

package fluflu

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

Type Members

  1. trait Backoff extends AnyRef
  2. final case class Connection (remote: InetSocketAddress, reconnectionTimeout: Duration, reconnectionBackoff: Backoff)(implicit clock: Clock) extends Product with Serializable
  3. final case class DefaultMessenger (host: String, port: Int, reconnectionTimeout: Duration, rewriteTimeout: Duration, reconnectionBackoff: Backoff, rewriteBackoff: Backoff)(implicit clock: Clock) extends Messenger with Product with Serializable
  4. final case class Event [A](prefix: String, label: String, record: A, time: Long = System.currentTimeMillis / 1000) extends Product with Serializable
  5. final case class ExponentialBackoff (initialDelay: Duration, maximumDelay: Duration, random: Random) extends Backoff with Product with Serializable
  6. final case class Letter (message: Array[Byte]) extends AnyVal with Product with Serializable
  7. trait Messenger extends AnyRef

Value Members

  1. object Message

Inherited from AnyRef

Inherited from Any

Ungrouped