| Interface | Description |
|---|---|
| Filter | |
| MessageProcessingContext |
A message processing context is provided to processors for access to the current message, its
containing stream, and control state.
|
| Processor | |
| Sink | |
| Source | |
| StreamProcessingContext |
A stream processing context is provided to all processing components in a program
and is consistent across messages (but not across streams).
|
| Class | Description |
|---|---|
| Message | |
| MessageAndRouting | |
| Pipeline |
A pipeline of rules.
|
| Program |
A program contains sources, pipelines, and sinks.
|
| Rule | |
| Rule.Builder |
| Exception | Description |
|---|---|
| StreamProcessingContext.NoSuitableObjectException |
No suitable object found.
|
Copyright © 2021 continual.io. All rights reserved.