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