| Modifier and Type | Method and Description |
|---|---|
Message |
BucketingService.MessageBridge.cloneWithTime(long tsBucket,
Message m) |
Message |
BucketingService.StdMsgBridge.cloneWithTime(long tsBucket,
Message m) |
Message |
BucketingService.MessageBridge.merge(Message origEntry,
Message m) |
Message |
BucketingService.StdMsgBridge.merge(Message origEntry,
Message newEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
BucketingService.getBuckets() |
| Modifier and Type | Method and Description |
|---|---|
Message |
BucketingService.MessageBridge.cloneWithTime(long tsBucket,
Message m) |
Message |
BucketingService.StdMsgBridge.cloneWithTime(long tsBucket,
Message m) |
String |
BucketingService.MessageBridge.getKey(Message m) |
String |
BucketingService.StdMsgBridge.getKey(Message m) |
long |
BucketingService.MessageBridge.getTimestamp(Message m) |
long |
BucketingService.StdMsgBridge.getTimestamp(Message m) |
Message |
BucketingService.MessageBridge.merge(Message origEntry,
Message m) |
Message |
BucketingService.StdMsgBridge.merge(Message origEntry,
Message newEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonObjectStreamSink.process(Message msg) |
void |
SkipFirst.process(Message msg)
Deprecated.
|
void |
CsvSink.process(Message msg) |
void |
FanOutSink.process(Message msg) |
void |
ConsoleSink.process(Message msg) |
void |
NullSink.process(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageAndRouting |
BasicSource.makeDefRoutingMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
Message |
SimpleMessageProcessingContext.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
SimpleMessageProcessingContext |
SimpleMessageProcessingContext.Builder.build(Message msg)
Build a processing context for a specific message
|
static org.json.JSONArray |
Setter.evaluate(MessageProcessingContext mpc,
org.json.JSONArray value,
Message msg,
io.continual.util.data.exprEval.ExprDataSource... addlSrcs) |
static org.json.JSONObject |
Setter.evaluate(MessageProcessingContext mpc,
org.json.JSONObject value,
Message msg,
io.continual.util.data.exprEval.ExprDataSource... addlSrcs) |
static Object |
Setter.evaluate(MessageProcessingContext mpc,
Object t,
Message msg,
io.continual.util.data.exprEval.ExprDataSource... addlSrcs) |
static String |
Setter.evaluateToString(MessageProcessingContext mpc,
Object t,
Message msg,
io.continual.util.data.exprEval.ExprDataSource... addlSrcs) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.adoptJsonAsMessage(org.json.JSONObject data) |
Message |
Message.clearValue(String key) |
Message |
Message.clone() |
static Message |
Message.copyJsonToMessage(org.json.JSONObject data) |
Message |
MessageAndRouting.getMessage() |
Message |
MessageProcessingContext.getMessage()
Get the message being processed
|
Message |
Message.putRawValue(String to,
Object val) |
Message |
Message.putValue(String to,
boolean val) |
Message |
Message.putValue(String to,
double val) |
Message |
Message.putValue(String to,
long val) |
Message |
Message.putValue(String to,
String val) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Sink.process(Message msg)
Deprecated.
|
| Constructor and Description |
|---|
MessageAndRouting(Message msg,
String pipeline) |
Copyright © 2022 continual.io. All rights reserved.