| Package | Description |
|---|---|
| no.g9.message |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageReplyType
Enumeration of valid message replies.
|
| Modifier and Type | Method and Description |
|---|---|
MessageReply |
MessageDispatcher.dispatch(Message message)
Dispatches a message to the message system.
|
MessageReply |
MessageDispatcherImpl.dispatch(Message message) |
MessageReply |
MessageDispatcher.dispatch(String id,
Object... args)
Creates a message and dispatces it to the message system.
|
MessageReply |
MessageDispatcherImpl.dispatch(String id,
Object... args) |
MessageReply |
MessageDispatcher.dispatch(String id,
Throwable exception,
Object... args)
Creates a message and dispatces it to the message system.
|
MessageReply |
MessageDispatcherImpl.dispatch(String id,
Throwable exception,
Object... args) |
MessageReply |
SimpleMsgInteractor.interact(Message message,
DispatcherContext dispatcherContext) |
MessageReply |
MessageInteractor.interact(Message message,
DispatcherContext dispatcherContext)
Interact with the user.
|
Copyright © 2006–2018 Esito AS. All rights reserved.