Package io.streamthoughts.azkarra.api
Interface AzkarraContextAware
-
public interface AzkarraContextAwareInterface to be implemented by any object that wishes to be notified of theAzkarraContextthat it runs in.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAzkarraContext(AzkarraContext context)Set theAzkarraContextthat this object runs in.
-
-
-
Method Detail
-
setAzkarraContext
void setAzkarraContext(AzkarraContext context)
Set theAzkarraContextthat this object runs in.- Parameters:
context- theAzkarraContextinstance.
-
-