public static interface JetlangRemotingProtocol.Handler
Modifier and Type | Method and Description |
---|---|
void |
onHb() |
void |
onLogout() |
void |
onMessage(String dataTopicVal,
Object readObject) |
void |
onRequest(int reqId,
String dataTopicVal,
Object readObject) |
void |
onRequestReply(int reqId,
String dataTopicVal,
Object readObject) |
void |
onSubscriptionRequest(String val) |
void |
onUnknownMessage(int read) |
void |
onUnsubscribeRequest(String val) |
Copyright © 2016. All Rights Reserved.