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