public interface ReactiveFlushEventListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
reactiveOnFlush(org.hibernate.event.spi.FlushEvent event)
Handle the given flush event.
|
CompletionStage<Void> reactiveOnFlush(org.hibernate.event.spi.FlushEvent event) throws org.hibernate.HibernateException
event - The flush event to be handled.org.hibernate.HibernateExceptionCopyright © 2020-2022 Red Hat, Inc. All Rights Reserved.