ConnectionMonitor.DefinitionStages.WithAutoStart Interface

public static interface ConnectionMonitor.DefinitionStages.WithAutoStart

Determines if the connection monitor will start automatically once created. By default it is started automatically.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withoutAutoStart()

Disable auto start.

Method Details

withoutAutoStart

public abstract ConnectionMonitor.DefinitionStages.WithCreate withoutAutoStart()

Disable auto start.

Returns:

next definition stage

Applies to