Package io.micronaut.microstream.rest
@Configuration
@Requires(property="microstream.rest.enabled",
value="true",
defaultValue="false")
package io.micronaut.microstream.rest
This provides a REST API for the microstream low-level client to connect to.
- Since:
- 1.0.0
- Author:
- Tim Yates
- See Also:
-
ClassDescriptionDefault implementation of
MicroStreamRestService
.MicroStream REST controller for a single StorageManager.Configuration for MicroStream Rest.Configuration properties for theMicroStreamRestController
.MicroStream REST service.This object represents a root object for the MicroStream REST api.