| Modifier and Type | Method and Description |
|---|---|
protected List<MessageAndRouting> |
MessageGenerator.reload() |
protected List<MessageAndRouting> |
QueuingSource.reload() |
| Modifier and Type | Method and Description |
|---|---|
void |
NullSource.markComplete(StreamProcessingContext spc,
MessageAndRouting mr) |
void |
BasicSource.markComplete(StreamProcessingContext spc,
MessageAndRouting mr) |
void |
NullSource.requeue(MessageAndRouting msg) |
void |
BasicSource.requeue(MessageAndRouting msgAndRoute) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStreamProcessingContext.requeue(MessageAndRouting mr) |
| Modifier and Type | Method and Description |
|---|---|
MessageAndRouting |
Source.getNextMessage(StreamProcessingContext spc,
long waitAtMost,
TimeUnit waitAtMostTimeUnits)
Get the next message from this source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.markComplete(StreamProcessingContext spc,
MessageAndRouting mr)
Called by the processing engine when processing for a given message is complete.
|
void |
StreamProcessingContext.requeue(MessageAndRouting mr)
Requeue a message
|
void |
Source.requeue(MessageAndRouting msgAndRoute)
Requeue a message for delivery into the given pipeline
|
Copyright © 2021 continual.io. All rights reserved.