Package arez.spy
Class TransactionCompleteEvent
java.lang.Object
arez.spy.TransactionCompleteEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Transaction completes.
-
Constructor Summary
ConstructorDescriptionTransactionCompleteEvent
(String name, boolean mutation, ObserverInfo tracker, int duration) -
Method Summary
Modifier and TypeMethodDescriptionint
getName()
boolean
void
Convert 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:SerializableEvent
Convert event attributes to json compatible values in map.- Specified by:
toMap
in interfaceSerializableEvent
- Parameters:
map
- the map in which to serialize values.
-