WebsocketOrchestratorContract class abstract

Properties

config ShardingConfigContract
no setter
hashCode int
The hash code for this object.
no setterinherited
requestQueue List<({Completer completer, List<String> targetKeys, String uid})>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shards Map<int, ShardContract>
no setter

Methods

createShards(HmrContract? hmr, RunningStrategy strategy) Future<void>
getMemberPresence(String serverId, String id) Future<Presence>
getWebsocketEndpoint() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(WebsocketIsolateMessageTransfert message) → void
setBotPresence(List<BotActivity>? activity, StatusType? status, bool? afk) → void
toString() String
A string representation of this object.
inherited

Operators

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