| Package | Description |
|---|---|
| io.continual.messaging |
| Modifier and Type | Method and Description |
|---|---|
ContinualMessage |
ContinualMessage.Builder.build()
Build the message
|
static ContinualMessage |
ContinualMessage.fromSerializedString(String jsonString)
Instantiate a message from a serialized string (normally from toString())
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ContinualMessageSink.send(ContinualMessage... msgs)
Send a list of messages to the sink using its general message stream.
|
default void |
ContinualMessageSink.send(ContinualMessage msg)
Send a message to the sink using its general message stream.
|
default void |
ContinualMessageSink.send(ContinualMessageStream stream,
ContinualMessage... msgs)
Send a list of messages to the sink using the given message stream.
|
default void |
ContinualMessageSink.send(ContinualMessageStream stream,
ContinualMessage message)
Send a message to the sink using the given message stream.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ContinualMessageSink.send(Collection<ContinualMessage> msgs)
Send a list of messages to the sink using its general message stream.
|
void |
ContinualMessageSink.send(ContinualMessageStream stream,
Collection<ContinualMessage> msgs)
Send a collection (iterated in order) of messages to the sink using the given message stream.
|
Copyright © 2023 continual.io. All rights reserved.