Class CodecAggregator.Result

java.lang.Object
org.graylog2.plugin.inputs.codecs.CodecAggregator.Result
Enclosing interface:
CodecAggregator

public static final class CodecAggregator.Result extends Object
  • Constructor Details

    • Result

      public Result(@Nullable io.netty.buffer.ByteBuf message, boolean valid)
  • Method Details

    • getMessage

      @Nullable public io.netty.buffer.ByteBuf getMessage()
    • isValid

      public boolean isValid()
    • toString

      public String toString()
      Overrides:
      toString in class Object