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 voidaccept(AWSClusterJoinConfig awsJoinConfig)voidaccept(KubernetesClusterJoinConfig kubernetesJoinConfig)voidaccept(MulticastClusterJoinConfig multicastJoinConfig)voidaccept(TCPIPClusterJoinConfig tcpIpJoinConfig)
-
-
-
Method Detail
-
accept
void accept(TCPIPClusterJoinConfig tcpIpJoinConfig)
-
accept
void accept(MulticastClusterJoinConfig multicastJoinConfig)
-
accept
void accept(AWSClusterJoinConfig awsJoinConfig)
-
accept
void accept(KubernetesClusterJoinConfig kubernetesJoinConfig)
-
-