WatchtowerHubListener class
Methods
-
config<T>(String path)
→ T
-
Fetches a configuration value from
ConfigService.
inherited
-
configObject<T extends TransferObjectBase>(String path, TransferBean<T> bean)
→ T
-
Fetches a configuration value from
ConfigService and parse it into the
TransferObject.
inherited
-
initialize()
→ Future<void>
-
-
listen<TEvent>(HubEventSocket<TEvent> hubSocket, FutureOr<void> listener(TEvent event), {int? prefetch})
→ void
-
Subscribes to a HubEventSocket.
inherited
-
listenEphemeral<TEvent>(EphemeralHubEventSocket<TEvent> hubSocket, FutureOr<void> listener(TEvent event), {String? subTopic, int? prefetch})
→ void
-
Subscribes to an EphemeralHubEventSocket.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown()
→ Future<void>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited