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. trait Coordination extends AnyRef

    Permalink

    Abstraction for a coordination service.

    Abstraction for a coordination service. Implementations must provide a constructor with the following signature: (prefix: String, clusterName: String, system: ActorSystem).

  2. type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]

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

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

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

    Permalink

Value Members

  1. object Coordination

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped