JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
RTL.SMQ
Interface IntfOnMsg
public interface
IntfOnMsg
Callback interface for receiving messages from the broker.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
smqOnMsg
(
Msg
msg)
Called each time a new message arrives.
Method Detail
smqOnMsg
void smqOnMsg(
Msg
msg)
Called each time a new message arrives.
Parameters:
msg
- the SMQ message received.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method