Package com.atlassian.confluence.cluster
Interface ClusterJoinConfig
- All Known Implementing Classes:
- AWSClusterJoinConfig,- KubernetesClusterJoinConfig,- MulticastClusterJoinConfig,- TCPIPClusterJoinConfig
public interface ClusterJoinConfig
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic interface
- 
Method SummaryModifier and TypeMethodDescriptiondefault voiddecode(ClusterJoinConfig.Decoder decoder) Executes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.getType()
- 
Method Details- 
getType- Since:
- 7.0
 
- 
decodeExecutes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.- Since:
- 7.0
 
 
-