Interface AnyRouterListener
- All Superinterfaces:
RouterListener
This interface provides callback methods for when routers are added or removed
from the forwarding table. When a router appears in the forwarding table,
then we can communicate with it. Once it is removed, we no longer can.
This is an autowired listener and will be called for any router that is added / removed.
- Since:
- 1.0
- Version:
- 2022-09-06
-
Method Summary
Methods inherited from interface com.tccc.kos.commons.web.websocket.router.RouterListener
onRouterAdded, onRouterRemoved