public interface SettingsService
Modifier and Type | Method and Description |
---|---|
boolean |
isMultiportPushOpen()
Check the setting to push messages to mobile clients when a desktop PC or Web client is online.
|
InvocationFuture<java.lang.Void> |
updateMultiportPushConfig(boolean isOpen)
Specify whether to push messages to mobile clients when a desktop PC or Web client is online.
|
InvocationFuture<java.lang.Void> updateMultiportPushConfig(boolean isOpen)
isOpen
- true: not push; false: pushboolean isMultiportPushOpen()