Interface Publisher.Cached<V>
-
- Type Parameters:
V- value type
- All Superinterfaces:
Publisher<V>
public static interface Publisher.Cached<V> extends Publisher<V>
A publisher that caches the last value received
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ninja.leaping.configurate.reactive.Publisher
Publisher.Cached<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vget()voidsubmit(V value)-
Methods inherited from interface ninja.leaping.configurate.reactive.Publisher
cache, cache, getExecutor, hasSubscribers, map, subscribe
-
-