Package com.atlassian.confluence.cluster
Interface ClusterJoinConfig.Decoder
-
- Enclosing interface:
- ClusterJoinConfig
public static interface ClusterJoinConfig.Decoder
- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(AWSClusterJoinConfig awsJoinConfig)
void
accept(KubernetesClusterJoinConfig kubernetesJoinConfig)
void
accept(MulticastClusterJoinConfig multicastJoinConfig)
void
accept(TCPIPClusterJoinConfig tcpIpJoinConfig)
-
-
-
Method Detail
-
accept
void accept(TCPIPClusterJoinConfig tcpIpJoinConfig)
-
accept
void accept(MulticastClusterJoinConfig multicastJoinConfig)
-
accept
void accept(AWSClusterJoinConfig awsJoinConfig)
-
accept
void accept(KubernetesClusterJoinConfig kubernetesJoinConfig)
-
-