clear method

void clear()

Clears all registries.

Implementation

void clear() {
  relaysWebSocketsRegistry.clear();
  eventsRegistry.clear();
  okCommandCallBacks.clear();
  eoseCommandCallBacks.clear();
  countResponseCallBacks.clear();
}