package commands
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()
- sealed abstract class CompletionStreamElement extends Product with Serializable
- class SynchronousCommandClient extends AnyRef
Value Members
-
object
CommandCompletionSource
- Annotations
- @SuppressWarnings()
- object CommandSubmissionFlow
-
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.
- object CompletionStreamElement extends Serializable