public class SubscriptionSupport extends Object
| Constructor and Description |
|---|
SubscriptionSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
Promise<Integer> |
createSubsId() |
protected Map<Integer,Callback> |
getSubsMap() |
Promise<Boolean> |
subscribe(int id,
Callback cb) |
Promise<Boolean> |
unSubscribe(int id,
Callback cb) |
Copyright © 2020. All rights reserved.