Package

molecule

request

Permalink

package request

Message definitions for request-response protocols.

Molecule supports request protocols for which there either is a single response or a stream of messages.

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

Type Members

  1. trait Response[-A] extends AnyRef

    Permalink

    Specialisation trait for messages that expect a single response(s).

  2. type ResponseChannel[-A] = ROChan[A]

    Permalink
  3. trait ResponseStream[-A] extends AnyRef

    Permalink

    Base trait for messages that expect one or more response(s).

  4. type ResponseStreamChannel[-A] = OChan[A]

    Permalink

Value Members

  1. object Response extends LowPrioMessageImplicits

    Permalink
  2. object ResponseStream extends LowPrioMessageImplicits

    Permalink
  3. package core

    Permalink

    Implicit definitions for using request-response protocols in a reactive style.

Inherited from AnyRef

Inherited from Any

Ungrouped