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