Package com.linkedin.davinci.consumer
Class ChangeEvent<T>
- java.lang.Object
-
- com.linkedin.davinci.consumer.ChangeEvent<T>
-
public class ChangeEvent<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChangeEvent(T previousValue, T currentValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getCurrentValue()
T
getPreviousValue()
-