Package com.atlassian.confluence.cluster
Interface ClusterJoinConfig
-
- All Known Implementing Classes:
AWSClusterJoinConfig
,KubernetesClusterJoinConfig
,MulticastClusterJoinConfig
,TCPIPClusterJoinConfig
public interface ClusterJoinConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ClusterJoinConfig.ClusterJoinType
static interface
ClusterJoinConfig.Decoder
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
decode(ClusterJoinConfig.Decoder decoder)
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.default ClusterJoinConfig.ClusterJoinType
getType()
-
-
-
Method Detail
-
getType
default ClusterJoinConfig.ClusterJoinType getType()
- Since:
- 7.0
-
decode
default void decode(ClusterJoinConfig.Decoder decoder)
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.- Since:
- 7.0
-
-