Interface ReactiveFlushEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultReactiveFlushEventListener

public interface ReactiveFlushEventListener extends Serializable
Defines the contract for handling of reactive session flush events.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactiveOnFlush(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