ProcessSpec<C extends ProcessContext> class abstract

Abstract interface for context-aware process configuration.

Constructors

ProcessSpec()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accept(ProcessSpec<ProcessContext> pending) bool
Return true if the current context can serve (equals or superset of) pending, and no process restart is needed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<C>
Starts a background process with the current settings and also creates a client context object that can interact with the process.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited