Package org.infinispan.client.rest
Interface RestContainerClient
- All Known Implementing Classes:
RestContainerClientOkHttp
public interface RestContainerClient
- Since:
- 13.0
- Author:
- Ryan Emerson
-
Method Summary
Modifier and TypeMethodDescriptionshutdown()Shuts down the container stopping all caches and resources.
-
Method Details
-
shutdown
CompletionStage<RestResponse> shutdown()Shuts down the container stopping all caches and resources. The servers remain running with active endpoints and clustering, however REST calls to container resources will result in a 503 Service Unavailable response.
-