Class DefaultEntityEventContext<T>

java.lang.Object
io.micronaut.data.runtime.event.DefaultEntityEventContext<T>
Type Parameters:
T - The entity type
All Implemented Interfaces:
EntityEventContext<T>, PersistenceEventContext<T>

@Internal public class DefaultEntityEventContext<T> extends Object implements EntityEventContext<T>
Default implementation of the EntityEventContext interface.
Since:
2.3.0
Author:
graemerocher