Class ValueDelegateEvent<V>
java.lang.Object
io.atomix.utils.event.AbstractEvent<ValueDelegateEvent.Type,V>
io.atomix.primitive.protocol.value.ValueDelegateEvent<V>
- All Implemented Interfaces:
io.atomix.utils.event.Event<ValueDelegateEvent.Type,V>
public class ValueDelegateEvent<V> extends io.atomix.utils.event.AbstractEvent<ValueDelegateEvent.Type,V>
Value protocol event.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueDelegateEvent.TypeValue protocol event type. -
Constructor Summary
Constructors Constructor Description ValueDelegateEvent(ValueDelegateEvent.Type type, V subject)ValueDelegateEvent(ValueDelegateEvent.Type type, V subject, long time) -
Method Summary
-
Constructor Details
-
Method Details
-
value
Returns the value.- Returns:
- the value
-