Class RestContainerClientOkHttp

java.lang.Object
org.infinispan.client.rest.impl.okhttp.RestContainerClientOkHttp
All Implemented Interfaces:
RestContainerClient

public class RestContainerClientOkHttp extends Object implements RestContainerClient
Since:
13.0
Author:
Ryan Emerson
  • Constructor Details

    • RestContainerClientOkHttp

      public RestContainerClientOkHttp(RestClientOkHttp client)
  • Method Details

    • shutdown

      public CompletionStage<RestResponse> shutdown()
      Description copied from interface: RestContainerClient
      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.
      Specified by:
      shutdown in interface RestContainerClient