| Package | Description |
|---|---|
| io.continual.messaging |
| Modifier and Type | Class and Description |
|---|---|
static class |
ContinualMessagePublisher.TopicUnavailableException
Topic unavailable exception is thrown when the topic cannot be used at this time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContinualMessagePublisher.flush()
For implementations with batching, flush the pending messages.
|
void |
ContinualMsgPubSvc.flush() |
default void |
ContinualMessageSink.send(Collection<ContinualMessage> msgs)
Send a list of messages to the sink using its general message stream.
|
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.
|
void |
ContinualMessageSink.send(ContinualMessageStream stream,
Collection<ContinualMessage> msgs)
Send a collection (iterated in order) of messages to the sink using the given 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.
|
Copyright © 2023 continual.io. All rights reserved.