Uses of Interface
io.streamthoughts.azkarra.api.AzkarraContext
-
Packages that use AzkarraContext Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.api.server io.streamthoughts.azkarra.api.spi -
-
Uses of AzkarraContext in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return AzkarraContext Modifier and Type Method Description AzkarraContextAzkarraContext. addConfiguration(Conf configuration)Adds the specifiedConfto the configuration of thisAzkarraContext.AzkarraContextAzkarraContext. addExecutionEnvironment(StreamsExecutionEnvironment environment)Adds theStreamsExecutionEnvironmentto this context.AzkarraContextAzkarraContext. addListener(AzkarraContextListener listener)Registers a new listener instance to this context.AzkarraContextAzkarraContext. setConfiguration(Conf configuration)Sets the default configuration to be used for thisAzkarraContext.AzkarraContextAzkarraContext. setRegisterShutdownHook(boolean registerShutdownHook)Sets if the createdAzkarraContextshould have a shutdown hook registered.Methods in io.streamthoughts.azkarra.api with parameters of type AzkarraContext Modifier and Type Method Description voidAzkarraContextListener. onContextStart(AzkarraContext context)voidAzkarraContextListener. onContextStop(AzkarraContext context)voidAzkarraContextAware. setAzkarraContext(AzkarraContext context)Set theAzkarraContextthat this object runs in. -
Uses of AzkarraContext in io.streamthoughts.azkarra.api.components
Constructors in io.streamthoughts.azkarra.api.components with parameters of type AzkarraContext Constructor Description ContextAwareComponentFactory(AzkarraContext context, ComponentFactory factory)Creates a newContextAwareComponentFactoryinstance. -
Uses of AzkarraContext in io.streamthoughts.azkarra.api.server
Methods in io.streamthoughts.azkarra.api.server that return AzkarraContext Modifier and Type Method Description AzkarraContextAzkarraRestExtensionContext. context()Provides theAzkarraContextinstance that can be used to retrieve registered components. -
Uses of AzkarraContext in io.streamthoughts.azkarra.api.spi
Methods in io.streamthoughts.azkarra.api.spi with parameters of type AzkarraContext Modifier and Type Method Description EmbeddedHttpServerEmbeddedHttpServerProvider. get(AzkarraContext context)Creates an returns the embedded HTTP server.
-