Uses of Interface
com.tick42.glue.core.contexts.Context
-
Packages that use Context Package Description com.tick42.glue.core.contexts com.tick42.glue.core.contexts.event -
-
Uses of Context in com.tick42.glue.core.contexts
Methods in com.tick42.glue.core.contexts that return types with arguments of type Context Modifier and Type Method Description default CompletionStage<Context<Map<String,Object>>>SharedContexts. subscribe(String name)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>>>SharedContexts. subscribe(String name, Map<String,Object> defaultValue) -
Uses of Context in com.tick42.glue.core.contexts.event
Methods in com.tick42.glue.core.contexts.event that return Context Modifier and Type Method Description Context<?>ContextUpdatedEvent. getContext()Constructors in com.tick42.glue.core.contexts.event with parameters of type Context Constructor Description ContextUpdatedEvent(Context<?> context)
-