| 程序包 | 说明 |
|---|---|
| org.hswebframework.web.crud.events |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Entity> |
EntityEventHelper.publishModifyEvent(Object source,
Class<T> entityType,
List<T> before,
java.util.function.Consumer<T> afterTransfer,
java.util.function.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,
java.util.function.Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>> publisher) |
Copyright © 2016–2022. All rights reserved.