Package

de.heikoseeberger.constructr

coordination

Permalink

package coordination

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. coordination
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class ConsulCoordination extends Coordination[Consul.type]

    Permalink
  2. abstract class Coordination[B <: Backend] extends AnyRef

    Permalink
  3. final class EtcdCoordination extends Coordination[Etcd.type]

    Permalink
  4. type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]

    Permalink
  5. type Iterable[+A] = scala.collection.immutable.Iterable[A]

    Permalink
  6. type Seq[+A] = scala.collection.immutable.Seq[A]

    Permalink
  7. type Traversable[+A] = scala.collection.immutable.Traversable[A]

    Permalink

Value Members

  1. object Coordination

    Permalink
  2. val IndexedSeq: scala.collection.immutable.IndexedSeq.type

    Permalink
  3. val Iterable: scala.collection.immutable.Iterable.type

    Permalink
  4. val Seq: scala.collection.immutable.Seq.type

    Permalink
  5. val Traversable: scala.collection.immutable.Traversable.type

    Permalink
  6. def decode(s: String): Array[Byte]

    Permalink
  7. def encode(bytes: Array[Byte]): String

    Permalink
  8. def ignore(entity: ResponseEntity)(implicit ec: ExecutionContext, mat: Materializer): Future[Unit]

    Permalink
  9. def toSeconds(duration: Duration): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped