Class TableChangePublisherImpl
-
- All Implemented Interfaces:
-
pro.fessional.wings.warlock.service.event.TableChangePublisher
public class TableChangePublisherImpl implements TableChangePublisher
- Since:
2021-06-10
trydofor
-
-
Constructor Summary
Constructors Constructor Description TableChangePublisherImpl(ApplicationEventPublisher eventPublisher)
-
Method Summary
Modifier and Type Method Description voidpublish(@NotNull() TableChangeEvent event)-
Methods inherited from class pro.fessional.wings.warlock.service.event.TableChangePublisher
publish, publish, publish, publishAllCud, publishAllCud, publishAllCud, publishDelete, publishDelete, publishDelete, publishInsert, publishInsert, publishInsert, publishUpdate, publishUpdate, publishUpdate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
publish
void publish(@NotNull() TableChangeEvent event)
-
-
-
-