Uses of Interface
io.streamthoughts.azkarra.api.AzkarraContextListener
-
Packages that use AzkarraContextListener Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.runtime.context -
-
Uses of AzkarraContextListener in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api with parameters of type AzkarraContextListener Modifier and Type Method Description AzkarraContext
AzkarraContext. addListener(AzkarraContextListener listener)
Registers a new listener instance to this context. -
Uses of AzkarraContextListener in io.streamthoughts.azkarra.runtime.context
Methods in io.streamthoughts.azkarra.runtime.context with parameters of type AzkarraContextListener Modifier and Type Method Description AzkarraContext
DefaultAzkarraContext. addListener(AzkarraContextListener listener)
Registers a new listener instance to this context.
-