Package org.hibernate.reactive.event
Interface ReactiveFlushEventListener
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultReactiveFlushEventListener
Defines the contract for handling of reactive session flush events.
-
Method Summary
Modifier and TypeMethodDescriptionreactiveOnFlush(org.hibernate.event.spi.FlushEvent event) Handle the given flush event.
-
Method Details
-
reactiveOnFlush
CompletionStage<Void> reactiveOnFlush(org.hibernate.event.spi.FlushEvent event) throws org.hibernate.HibernateException Handle the given flush event.- Parameters:
event- The flush event to be handled.- Throws:
org.hibernate.HibernateException
-