Interface SessionReplicationConfig
- All Superinterfaces:
Config
The configuration for the session replication service.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIs session replication enabled for the server.voidsetEnabled(boolean enabled) Set replication enabled.
-
Method Details
-
isEnabled
boolean isEnabled()Is session replication enabled for the server.This allows the replication of sessions to be permitted or prevented.
- Returns:
- Is session replication enabled.
-
setEnabled
void setEnabled(boolean enabled) Set replication enabled.- Parameters:
enabled- Is replication enabled
-