Package io.datarouter.websocket.session
Interface PushServiceSettingsSupplier
- All Known Implementing Classes:
PushServiceSettings
public interface PushServiceSettingsSupplier
-
Method Summary
Modifier and Type Method Description java.lang.StringgetApiKey()java.lang.StringgetCipherKey()java.lang.StringgetSalt()
-
Method Details
-
getCipherKey
java.lang.String getCipherKey() -
getSalt
java.lang.String getSalt() -
getApiKey
java.lang.String getApiKey()
-