AsyncClient class

Async Data Flow Low Level Client

This library allows you to connect do Async Dataflow Channel Sender.

Constructors

AsyncClient(AsyncConfig _config)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanConnection() → void
connect() AsyncClient
disconnect() Future<bool>
dispose() → void
isOpen() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribeTo(String eventFilter, dynamic onData(ChannelMessage), {Function? onError}) StreamSubscription<ChannelMessage>
subscribeToMany(List<String>? eventFilters, Function? onData, {Function? onError}) StreamSubscription<ChannelMessage>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

BINARY_FLOW → const String
EVENT_KIND_SYSTEM → const String
EVENT_KIND_USER → const String
JSON_FLOW → const String
RESPONSE_AUTH_OK → const String
RESPONSE_HB → const String
RESPONSE_NEW_TOKEN → const String