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