| Package | Description |
|---|---|
| org.hswebframework.web.crud.events |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Entity> |
EntityEventHelper.publishModifyEvent(Object source,
Class<T> entityType,
List<T> before,
Consumer<T> afterTransfer,
Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>> publisher) |
static <T> reactor.core.publisher.Mono<Void> |
EntityEventHelper.publishModifyEvent(Object source,
Class<T> entityType,
List<T> before,
List<T> after,
Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>> publisher) |
Copyright © 2016–2021. All rights reserved.