| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| org.sodeac.common.message.dispatcher.impl |
| Modifier and Type | Method and Description |
|---|---|
IOnMessageStoreResult |
IMessage.getScheduleResultObject()
getter for
IOnMessageStoreResult to inform schedule invoker about result |
| Modifier and Type | Method and Description |
|---|---|
default Future<IOnMessageStoreResult> |
IChannel.storeMessageWithResult(T messagePayload)
store a message with result
|
Future<IOnMessageStoreResult> |
IChannel.storeMessageWithResult(T messagePayload,
Consumer<MessageHeader> messageHeaderSetter)
store a message with result
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyPublishMessageResult |
class |
PublishMessageResultImpl |
| Modifier and Type | Method and Description |
|---|---|
IOnMessageStoreResult |
MessageImpl.getScheduleResultObject() |
| Modifier and Type | Method and Description |
|---|---|
protected Future<IOnMessageStoreResult> |
MessageDispatcherImpl.createFutureOfScheduleResult(PublishMessageResultImpl scheduleResult) |
Future<IOnMessageStoreResult> |
ChannelImpl.storeMessageWithResult(T messagePayload,
Consumer<MessageHeader> messageHeaderSetter) |
Copyright © 2020. All rights reserved.