@ParametersAreNonnullByDefault
Package com.netflix.genie.web.data.observers
Entity observer classes that get notified about transformations applied to entities.
- Since:
- 3.0.0
-
Interface Summary Interface Description PersistedJobStatusObserver Interface for an observer that gets notified of job 'status' change after the latter is persisted. -
Class Summary Class Description PersistedJobStatusObserverImpl Observer of persisted entities modifications that publishes events on the event bus to be consumed asynchronously by interested consumers.