Uses of Interface
com.tick42.glue.core.contexts.ContextDataSubscriber
-
Packages that use ContextDataSubscriber Package Description com.tick42.glue.core.contexts -
-
Uses of ContextDataSubscriber in com.tick42.glue.core.contexts
Methods in com.tick42.glue.core.contexts with parameters of type ContextDataSubscriber Modifier and Type Method Description CompletionStage<? extends AsynchronousCloseable>Context. data(ContextDataSubscriber<T> subscriber)Subscribe a specified callback for data updates.
-