Class AblyRest

java.lang.Object
io.ably.lib.rest.AblyBase
io.ably.lib.rest.AblyRest
All Implemented Interfaces:
java.lang.AutoCloseable
Direct Known Subclasses:
AblyRealtime

public class AblyRest
extends AblyBase
A client that offers a simple stateless API to interact directly with Ably's REST API. This class implements AutoCloseable so you can use it in try-with-resources constructs and have the JDK close it for you.