ready abstract method

Future<void> ready()

Ready resolves when subscription successfully subscribed. Throws exceptions if called not in subscribing or subscribed state.

Implementation

Future<void> ready();