Packages

package commands

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class CommandClient extends AnyRef

    Enables easy access to command services and high level operations on top of them.

    Enables easy access to command services and high level operations on top of them.

    Annotations
    @SuppressWarnings()
  2. sealed abstract class CompletionStreamElement extends Product with Serializable
  3. class SynchronousCommandClient extends AnyRef

Value Members

  1. object CommandCompletionSource
    Annotations
    @SuppressWarnings()
  2. object CommandSubmissionFlow
  3. object CommandTrackerFlow

    Tracks commands and emits results upon their completion or timeout.

    Tracks commands and emits results upon their completion or timeout. The outbound data is minimal, users must put whatever else they need into the context objects.

  4. object CompletionStreamElement extends Serializable

Ungrouped