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