Interface ClusterConfiguration
public interface ClusterConfiguration
-
Method Details
-
host
The host name. -
port
OptionalInt port()The port. -
publicHost
The public host name. -
publicPort
OptionalInt publicPort()The public port. -
clustered
@WithDefault("false") boolean clustered()Enables or disables the clustering. -
pingInterval
The ping interval. -
pingReplyInterval
The ping reply interval.
-