T - a type of sourceConfigSource, OverrideSource, Source<T>AbstractConfigSource, AbstractOverrideSource, AbstractParsableConfigSource, AbstractSourcepublic interface Changeable<T>
| Modifier and Type | Method | Description |
|---|---|---|
Flow.Publisher<java.util.Optional<T>> |
changes() |
Deprecated.
|
@Deprecated Flow.Publisher<java.util.Optional<T>> changes()
Flow.Publisher to which the caller can subscribe in
order to receive change notifications.
Method Flow.Subscriber.onError(Throwable) is called in case of error listening on config source data.
Method Flow.Subscriber.onComplete() is never called.
nullCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.