PipelineApi class
Logical pipeline service contract. Frontends pass a PipelineSpec, receive a compiled-graph handle, then start and stop the live instance. Backend execution, native runtime scheduling, and side effects remain adapter-owned.
Constructors
- PipelineApi(RpcClient _client)
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
-
compile(
ClientContext? ctx, PipelineSpec request) → Future< PipelineCompileResult> - Validate + compile a PipelineSpec into a runnable graph.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
ClientContext? ctx, PipelineStartRequest request) → Future< PipelineHandle> - Start a compiled pipeline; returns a live instance handle.
-
stop(
ClientContext? ctx, PipelineHandle request) → Future< PipelineStopResult> - Stop a running pipeline instance.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited