Uses of Class
io.helidon.integrations.microstream.health.MicrostreamHealthCheck.Builder
-
Packages that use MicrostreamHealthCheck.Builder Package Description io.helidon.integrations.microstream.health Provides support for Microstream-HealthChecks features integration. -
-
Uses of MicrostreamHealthCheck.Builder in io.helidon.integrations.microstream.health
Methods in io.helidon.integrations.microstream.health that return MicrostreamHealthCheck.Builder Modifier and Type Method Description static MicrostreamHealthCheck.Builder
MicrostreamHealthCheck. builder(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager)
A fluent API builder to create a health check for Microstream.MicrostreamHealthCheck.Builder
MicrostreamHealthCheck.Builder. name(String name)
Customized name of the health check.MicrostreamHealthCheck.Builder
MicrostreamHealthCheck.Builder. timeout(long duration, TimeUnit timeUnit)
Set custom timeout to wait for statement execution response.
-