Class ClientCounterEvent

java.lang.Object
org.infinispan.server.hotrod.counter.listener.ClientCounterEvent

public final class ClientCounterEvent extends Object
A counter event to send to a client.
Since:
9.2
Author:
Pedro Ruivo
  • Method Details

    • decodeOldState

      public static CounterState decodeOldState(byte encoded)
    • decodeNewState

      public static CounterState decodeNewState(byte encoded)
    • getVersion

      public byte getVersion()
    • writeTo

      public void writeTo(io.netty.buffer.ByteBuf buffer)
    • toString

      public String toString()
      Overrides:
      toString in class Object