Class HotRodCounterEvent

java.lang.Object
org.infinispan.client.hotrod.counter.impl.HotRodCounterEvent
All Implemented Interfaces:
CounterEvent

public class HotRodCounterEvent extends Object implements CounterEvent
A CounterEvent implementation for the Hot Rod client.
Since:
9.2
Author:
Pedro Ruivo
  • Constructor Details

    • HotRodCounterEvent

      public HotRodCounterEvent(byte[] listenerId, String counterName, long oldValue, CounterState oldState, long newValue, CounterState newState)
  • Method Details