Interface | Description |
---|---|
StoreEventPublisher |
Interface for publishing store based application events.
|
Class | Description |
---|---|
AbstractStoreEvent |
Base
ApplicationEvent class for store based events. |
DefaultStoreEventPublisher |
The default strategy for publishing store events.
|
FileWrittenEvent |
Generic event representing that
Path has been written. |
LoggingListener |
Simple
ApplicationListener which logs all events based on
AbstractStoreEvent using a log level set during the construction. |