public interface SubscriptionHelper
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<FeedMarketID,com.marketfactory.zerogc.api.SubscribeMessage> |
getCopyOfStickySubscriptions() |
void |
handleStop() |
boolean |
isClearSubscriptionsOnStop() |
boolean |
isStickySubscriptionsEnabled() |
void |
remove(int feedID,
int marketID) |
void |
removeAll() |
void |
setClearSubscriptionsOnStop(boolean clearSubscriptionsOnStop) |
void |
setStickyEnabled(boolean stickyEnabled) |
void |
updateWith(com.marketfactory.zerogc.api.SubscribeMessage message) |
void setStickyEnabled(boolean stickyEnabled)
void setClearSubscriptionsOnStop(boolean clearSubscriptionsOnStop)
void handleStop()
java.util.Map<FeedMarketID,com.marketfactory.zerogc.api.SubscribeMessage> getCopyOfStickySubscriptions()
boolean isStickySubscriptionsEnabled()
boolean isClearSubscriptionsOnStop()
void updateWith(com.marketfactory.zerogc.api.SubscribeMessage message)
void remove(int feedID,
int marketID)
void removeAll()