Package arez.spy
Class TransactionCompleteEvent
java.lang.Object
arez.spy.TransactionCompleteEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Transaction completes.
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionCompleteEvent(String name, boolean mutation, ObserverInfo tracker, int duration) -
Method Summary
Modifier and TypeMethodDescriptionintgetName()booleanvoidConvert event attributes to json compatible values in map.
-
Constructor Details
-
TransactionCompleteEvent
public TransactionCompleteEvent(@Nonnull String name, boolean mutation, @Nullable ObserverInfo tracker, int duration)
-
-
Method Details
-
getName
-
isMutation
-
getTracker
-
getDuration
-
toMap
Description copied from interface:SerializableEventConvert event attributes to json compatible values in map.- Specified by:
toMapin interfaceSerializableEvent- Parameters:
map- the map in which to serialize values.
-