Package

agora.api.exchange

instances

Permalink

package instances

Visibility
  1. Public
  2. All

Type Members

  1. class ExchangeInstance extends Exchange

    Permalink

    A default, ephemeral, non-thread-safe implementation of an exchange

  2. case class ExchangeState(subscriptionsById: Map[worker.SubscriptionKey, (WorkSubscription, Requested)] = ..., jobsById: Map[JobId, SubmitJob] = Map[JobId, SubmitJob]()) extends StrictLogging with Product with Serializable

    Permalink

    An immutable view of the exchange state

Value Members

  1. object ExchangeInstance

    Permalink

Ungrouped