Package org.apache.fluo.api.observer
Interface ObserverProvider.Registry
-
- Enclosing interface:
- ObserverProvider
public static interface ObserverProvider.Registry
Observers are registered with the worker using this interface. Registering anObserver
s relates it to the columns that trigger it.- Since:
- 1.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ObserverProvider.Registry.IdentityOption
One part of a Fluent API for registering observers.static interface
ObserverProvider.Registry.ObserverArgument
The terminal part of a Fluent API for registering observers.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObserverProvider.Registry.IdentityOption
forColumn(Column observedColumn, Observer.NotificationType ntfyType)
A fluent entry point for registering an observer.
-
-
-
Method Detail
-
forColumn
ObserverProvider.Registry.IdentityOption forColumn(Column observedColumn, Observer.NotificationType ntfyType)
A fluent entry point for registering an observer.
-
-