Class RestContainerClientOkHttp
java.lang.Object
org.infinispan.client.rest.impl.okhttp.RestContainerClientOkHttp
- All Implemented Interfaces:
RestContainerClient
- Since:
- 13.0
- Author:
- Ryan Emerson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshutdown()Shuts down the container stopping all caches and resources.
-
Constructor Details
-
RestContainerClientOkHttp
-
-
Method Details
-
shutdown
Description copied from interface:RestContainerClientShuts 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.- Specified by:
shutdownin interfaceRestContainerClient
-