Uses of Interface
com.tick42.glue.core.contexts.SharedContexts
-
Packages that use SharedContexts Package Description com.tick42.glue.core The core API for Glue.com.tick42.glue.core.contexts.event com.tick42.glue.internal Internal implementation details. -
-
Uses of SharedContexts in com.tick42.glue.core
Methods in com.tick42.glue.core that return SharedContexts Modifier and Type Method Description SharedContextsGlueApplication. contexts()Entry point forSharedContextsAPI. -
Uses of SharedContexts in com.tick42.glue.core.contexts.event
Constructors in com.tick42.glue.core.contexts.event with parameters of type SharedContexts Constructor Description ContextCreatedEvent(SharedContexts contexts)ContextDeletedEvent(SharedContexts contexts) -
Uses of SharedContexts in com.tick42.glue.internal
Methods in com.tick42.glue.internal that return SharedContexts Modifier and Type Method Description SharedContextsTick42Glue. contexts()
-