Package arez.spy
Class TransactionStartEvent
java.lang.Object
arez.spy.TransactionStartEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Transaction starts.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
Convert event attributes to json compatible values in map.
-
Constructor Details
-
TransactionStartEvent
public TransactionStartEvent(@Nonnull String name, boolean mutation, @Nullable ObserverInfo tracker)
-
-
Method Details
-
getName
-
isMutation
-
getTracker
-
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.
-