Class UdpIngester

  • All Implemented Interfaces:
    Runnable

    @Deprecated
    public class UdpIngester
    extends Ingester
    Deprecated.
    Bootstrapping for datagram ingester channels on a socket.
    Author:
    Tim Schmidt (tim@wavefront.com).
    • Constructor Detail

      • UdpIngester

        public UdpIngester​(List<com.google.common.base.Function<io.netty.channel.Channel,​io.netty.channel.ChannelHandler>> decoders,
                           io.netty.channel.ChannelHandler commandHandler,
                           int port)
        Deprecated.
    • Method Detail

      • run

        public void run()
        Deprecated.