public interface ReactiveRefreshEventListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
reactiveOnRefresh(org.hibernate.event.spi.RefreshEvent event)
Handle the given refresh event.
|
CompletionStage<Void> |
reactiveOnRefresh(org.hibernate.event.spi.RefreshEvent event,
org.hibernate.internal.util.collections.IdentitySet refreshedAlready) |
CompletionStage<Void> reactiveOnRefresh(org.hibernate.event.spi.RefreshEvent event) throws org.hibernate.HibernateException
event - The refresh event to be handled.org.hibernate.HibernateExceptionCompletionStage<Void> reactiveOnRefresh(org.hibernate.event.spi.RefreshEvent event, org.hibernate.internal.util.collections.IdentitySet refreshedAlready) throws org.hibernate.HibernateException
org.hibernate.HibernateExceptionCopyright © 2020-2022 Red Hat, Inc. All Rights Reserved.