All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.client.rest.RestContainerClient Maven / Gradle / Ivy

There is a newer version: 14.0.33.Final
Show newest version
package org.infinispan.client.rest;

import java.util.concurrent.CompletionStage;

/**
 * @author Ryan Emerson
 * @since 13.0
 */
public 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.
    */
   CompletionStage shutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy