Class AblyRealtime

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

public class AblyRealtime
extends AblyRest
A client that extends the functionality of the AblyRest and provides additional realtime-specific features. This class implements AutoCloseable so you can use it in try-with-resources constructs and have the JDK close it for you.