KernelProcessMessageChannel Class
Abstract base class for emitting events from a step.
Note: This class is marked as 'experimental' and may change in the future.
Constructor
KernelProcessMessageChannel()
Methods
| emit_event |
Emits the specified event from the step. |
emit_event
Emits the specified event from the step.
abstract async emit_event(process_event: KernelProcessEvent) -> None
Parameters
| Name | Description |
|---|---|
|
process_event
Required
|
|
Attributes
is_experimental
is_experimental = True
stage_status
stage_status = 'experimental'