Package io.ably.lib.rest
Interface AblyBase.Channels
- All Superinterfaces:
ReadOnlyMap<String,
Channel>
- Enclosing class:
- AblyBase
A collection of Channels associated with an Ably instance.
-
Method Summary
Methods inherited from interface io.ably.lib.types.ReadOnlyMap
containsKey, containsValue, entrySet, get, isEmpty, keySet
-
Method Details
-
get
-
get
- Throws:
AblyException
-
release
-
size
int size()- Specified by:
-
size
in interfaceReadOnlyMap<String,
Channel>
-
values
- Specified by:
-
values
in interfaceReadOnlyMap<String,
Channel>
-