| Package | Description |
|---|---|
| no.g9.client.core.communication | |
| no.g9.client.core.controller |
| Modifier and Type | Field and Description |
|---|---|
static SystemMessage |
SystemMessage.ACTIVE_INSTANCE_TEMPLATE
Send messages to this address for setting the active dialog instance.
|
static SystemMessage |
SystemMessage.ALERT_TEMPLATE
Send messages to this address for displaying alert messages in the UA.
|
static SystemMessage |
SystemMessage.CALLBACK_TEMPLATE
Send messages to this address for call back in dialog interactions.
|
SystemMessage |
CommunicationError.failingMessage
The message which couldn't be sent.
|
static SystemMessage |
SystemMessage.OPEN_TEMPLATE
Send messages to this address opening a URL in a new tab or window.
|
static SystemMessage |
SystemMessage.QUERY_SETUP_TEMPLATE
Send messages to this address to query the URL of the system setup.
|
static SystemMessage |
SystemMessage.STACK_ELEVATE_TEMPLATE
Send messages to this address to elevate the application stack.
|
static SystemMessage |
SystemMessage.STACK_POP_TEMPLATE
Send messages to this address to pop the application stack.
|
static SystemMessage |
SystemMessage.STACK_PUSH_TEMPLATE
Send messages to this address to push the application stack.
|
static SystemMessage |
SystemMessage.URL_TEMPLATE
Send messages to this address to set the anchor part of the url to a message.
|
| Modifier and Type | Method and Description |
|---|---|
SystemMessage |
SystemMessage.payload(String payload)
Creates a new message based on this but changes the payload
|
SystemMessage |
SystemMessage.payload(SystemMessage payload)
Creates a new message based on this but changes the payload
|
SystemMessage |
SystemMessage.port(String port)
Creates a new message based on this but changes the port
|
SystemMessage |
SystemMessage.receiver(String receiver)
Creates a new message based on this but changes the receiver
|
| Modifier and Type | Method and Description |
|---|---|
SystemMessage |
SystemMessage.payload(SystemMessage payload)
Creates a new message based on this but changes the payload
|
void |
MessageReceiver.receive(SystemMessage decodedMessage,
SystemMessageContext messageContext)
Receive a message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationController.forward(SystemMessage decodedMessage)
Forward a message towards the receiver.
|
protected void |
ApplicationController.forwardToDialog(SystemMessage decodedMessage,
DialogConstant dialogConstant)
Try forwarding a message to a dialog.
|
protected void |
ApplicationController.forwardToExternal(SystemMessage decodedMessage)
Forward a message towards an external receiver.
|
CallBack |
ApplicationController.getExternalCallBack(SystemMessage callBackMessage)
Get a CallBack object which will forward the call back value to the given
receiver/port.
|
Copyright © 2006–2020 Esito AS. All rights reserved.