Package

fluflu

Permalink

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

    Permalink
  2. final case class Connection(remote: InetSocketAddress, reconnectionTimeout: Duration, reconnectionBackoff: Backoff)(implicit clock: Clock) extends Product with Serializable

    Permalink
  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

    Permalink
  4. final case class Event[A](prefix: String, label: String, record: A, time: Long = System.currentTimeMillis / 1000) extends Product with Serializable

    Permalink
  5. final case class ExponentialBackoff(initialDelay: Duration, maximumDelay: Duration, random: Random) extends Backoff with Product with Serializable

    Permalink
  6. final case class Letter(message: Array[Byte]) extends AnyVal with Product with Serializable

    Permalink
  7. trait Messenger extends AnyRef

    Permalink

Value Members

  1. object Message

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped