public static interface ObserverProvider.Registry
Observer
s
relates it to the columns that trigger it.Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
ObserverProvider.Registry.IdentityOption |
forColumn(Column observedColumn,
Observer.NotificationType ntfyType)
A fluent entry point for registering an observer.
|
ObserverProvider.Registry.IdentityOption forColumn(Column observedColumn, Observer.NotificationType ntfyType)
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.