Class MicrostreamHealthCheck
java.lang.Object
io.helidon.integrations.microstream.health.MicrostreamHealthCheck
- All Implemented Interfaces:
HealthCheck
Microstream health check.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for MicrostreamHealthCheck. -
Method Summary
Modifier and TypeMethodDescriptionbuilder
(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager) A fluent API builder to create a health check for Microstream.call()
static MicrostreamHealthCheck
create
(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager) Create a default health check for Microstream.
-
Method Details
-
call
- Specified by:
call
in interfaceHealthCheck
-
create
public static MicrostreamHealthCheck create(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager) Create a default health check for Microstream.- Parameters:
embeddedStorageManager
- the EmbeddedStorageManager used by the the health check- Returns:
- default health check for Microstream
-
builder
public static MicrostreamHealthCheck.Builder builder(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager) A fluent API builder to create a health check for Microstream.- Parameters:
embeddedStorageManager
- EmbeddedStorageManager- Returns:
- a new builder
-