| Package | Description |
|---|---|
| io.continual.services.processor.engine.library.sources | |
| io.continual.services.processor.engine.model | |
| io.continual.services.processor.engine.runtime |
| Modifier and Type | Method and Description |
|---|---|
MessageAndRouting |
BasicSource.getNextMessage(StreamProcessingContext spc,
long timeUnit,
TimeUnit units) |
MessageAndRouting |
NullSource.getNextMessage(StreamProcessingContext spc,
long timeUnit,
TimeUnit units) |
protected MessageAndRouting |
QueuingSource.getNextPendingMessage() |
protected MessageAndRouting |
CsvSource.internalGetNextMessage(StreamProcessingContext spc,
long timeUnit,
TimeUnit units) |
protected abstract MessageAndRouting |
BasicSource.internalGetNextMessage(StreamProcessingContext spc,
long timeUnit,
TimeUnit units) |
protected MessageAndRouting |
JsonObjectStreamSource.internalGetNextMessage(StreamProcessingContext spc,
long timeUnit,
TimeUnit units) |
protected MessageAndRouting |
QueuingSource.internalGetNextMessage(StreamProcessingContext spc,
long timeUnit,
TimeUnit units) |
protected MessageAndRouting |
BasicSource.makeDefRoutingMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageAndRouting> |
MessageGenerator.reload() |
protected List<MessageAndRouting> |
QueuingSource.reload() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSource.markComplete(StreamProcessingContext spc,
MessageAndRouting mr) |
void |
NullSource.markComplete(StreamProcessingContext spc,
MessageAndRouting mr) |
void |
BasicSource.requeue(MessageAndRouting msgAndRoute) |
void |
NullSource.requeue(MessageAndRouting msg) |
| 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 |
Source.requeue(MessageAndRouting msgAndRoute)
Requeue a message for delivery into the given pipeline
|
void |
StreamProcessingContext.requeue(MessageAndRouting mr)
Requeue a message
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.StdStreamProcessingContext.requeue(MessageAndRouting mr) |
Copyright © 2020 continual.io. All rights reserved.