Uses of Interface
com.tick42.glue.core.contexts.Context
Packages that use Context
-
Uses of Context in com.tick42.glue.core.contexts
Methods in com.tick42.glue.core.contexts that return types with arguments of type ContextModifier and TypeMethodDescriptiondefault CompletionStage<Context<Map<String,Object>>> Subscribes to a shared context with specified name.<T> CompletionStage<Context<T>>SharedContexts.subscribe(String name, ReifiedType<T> type, T defaultData) default CompletionStage<Context<Map<String,Object>>> -
Uses of Context in com.tick42.glue.core.contexts.event
Methods in com.tick42.glue.core.contexts.event that return ContextConstructors in com.tick42.glue.core.contexts.event with parameters of type Context