Interface RestContainerClient

All Known Implementing Classes:
RestContainerClientOkHttp

public interface RestContainerClient
Since:
13.0
Author:
Ryan Emerson
  • Method Summary

    Modifier and Type
    Method
    Description
    Shuts down the container stopping all caches and resources.
  • Method Details

    • 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.