Class TopologyHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    TelemetryHandler

    public abstract class TopologyHandler
    extends io.netty.channel.ChannelInboundHandlerAdapter
    Uses emitted PathEvents to build the node's current world view of the overlay network. Other handler can implement this call and retrieve the topology by calling topology(ChannelHandlerContext).