Package

com.typesafe.conductr.clientlib

akka

Permalink

package akka

Visibility
  1. Public
  2. All

Type Members

  1. class BundlesConnector extends FSM[State, Seq[Bundle]] with ActorPublisher[Seq[Bundle]]

    Permalink

    Connects to the /bundles endpoint of ConductR and publishes the bundles from ConductR when updates from the /bundles/events SSE are available.

    Connects to the /bundles endpoint of ConductR and publishes the bundles from ConductR when updates from the /bundles/events SSE are available.

    If stopAfter is specified, BundlesConnector will terminate with TimeoutException if the bundles stream is not completed within the duration specified by stopAfter.

    Upon startup, BundlesConnector will obtain the bundle state from the /bundles endpoint, and publish these bundles before proceeding to connect to the /bundle/events endpoint of ConductR.

  2. class ControlClient extends AbstractControlClient

    Permalink

    Akka 2.3 flavor of the AbstractControlClient.

    Akka 2.3 flavor of the AbstractControlClient. Uses Akka HTTP and Akka streams to interact with ConductR.

Value Members

  1. object BundlesConnector

    Permalink
  2. object ControlClient

    Permalink

    Factory to retrieve the ConductR control client instance.

    Factory to retrieve the ConductR control client instance. As a ConductR's REST API v2 is used.

  3. object JsonMarshalling

    Permalink
  4. package models

    Permalink

Ungrouped