Package org.hibernate.reactive.event
Interface ReactiveLoadEventListener
-
- All Superinterfaces:
Serializable
public interface ReactiveLoadEventListener extends Serializable
Defines the contract for handling of load events generated from a session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
reactiveOnLoad(LoadEvent event, LoadEventListener.LoadType loadType)
Handle the given load event.
-
-
-
Method Detail
-
reactiveOnLoad
CompletionStage<Void> reactiveOnLoad(LoadEvent event, LoadEventListener.LoadType loadType) throws HibernateException
Handle the given load event.- Parameters:
event
- The load event to be handled.- Throws:
HibernateException
-
-