Interface ConnectionMonitor.DefinitionStages.WithAutoStart
- All Known Subinterfaces:
ConnectionMonitor.Definition, ConnectionMonitor.DefinitionStages.WithCreate
- Enclosing interface:
ConnectionMonitor.DefinitionStages
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 TypeMethodDescriptionDisable auto start.
-
Method Details
-
withoutAutoStart
ConnectionMonitor.DefinitionStages.WithCreate withoutAutoStart()Disable auto start.- Returns:
- next definition stage
-