| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStreamProcessingContext |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessingContext |
SimpleStreamProcessingContext.addNamedObject(String name,
Object o) |
StreamProcessingContext |
SimpleMessageProcessingContext.getStreamProcessingContext() |
StreamProcessingContext |
SimpleStreamProcessingContext.removeNamedObject(String name) |
| Modifier and Type | Method and Description |
|---|---|
SimpleMessageProcessingContext.Builder |
SimpleMessageProcessingContext.Builder.usingContext(StreamProcessingContext s) |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessingContext |
StreamProcessingContext.addNamedObject(String name,
Object o)
Add a named object of any type.
|
StreamProcessingContext |
MessageProcessingContext.getStreamProcessingContext()
Get the stream processing context associated with the current message.
|
StreamProcessingContext |
StreamProcessingContext.removeNamedObject(String name)
Remove a named object from this context, if it exists
|
| Modifier and Type | Method and Description |
|---|---|
MessageAndRouting |
Source.getNextMessage(StreamProcessingContext spc,
long waitAtMost,
TimeUnit waitAtMostTimeUnits)
Get the next message from this source.
|
void |
Source.markComplete(StreamProcessingContext spc,
MessageAndRouting mr)
Called by the processing engine when processing for a given message is complete.
|
| Modifier and Type | Method and Description |
|---|---|
StreamProcessingContext |
Engine.getStreamContextFor(String sourceName)
Get the stream context for a given source
|
Copyright © 2021 continual.io. All rights reserved.