PhoenixSocketOptions class

Options for your socket

Constructors

PhoenixSocketOptions({int timeout = 10000, int heartbeatIntervalMs = 30000, List<int>? reconnectAfterMs, Map<String, String>? params})

Properties

hashCode int
The hash code for this object.
no setterinherited
heartbeatIntervalMs int
How many milliseconds between heartbeats
getter/setter pair
params Map<String, String>?
Parameters sent to your Phoenix backend on connection.
getter/setter pair
reconnectAfterMs List<int>?
Optional list of milliseconds between reconnect attempts
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
How long to wait for a response
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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