| Interface | Description |
|---|---|
| ResponseChannel |
Interface for writing operation results to a communication channel.
|
| Class | Description |
|---|---|
| FileResponseChannel |
Response channel implementation that writes to a file.
|
| NoOpResponseChannel |
A response channel that does nothing.
|
| ResponseEnvelope |
Envelope for operation results communicated between the spawned application
and the CLI executor.
|
| ResponseError |
Represents an error that occurred during operation execution.
|
| Exception | Description |
|---|---|
| ResponseChannelException |
Exception thrown when a response channel operation fails.
|