Interface RestClient

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
RestClientOkHttp

@Experimental("This is not a supported API. Are you here for a perilous journey?") public interface RestClient extends Closeable
An experimental client for interacting with an Infinispan REST server.
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>