Package io.streamthoughts.azkarra.api
Interface AzkarraContextAware
-
- All Known Implementing Classes:
ApiHealthRoutes
,DefaultStreamsExecutionEnvironment
,StreamsHealthIndicator
public interface AzkarraContextAware
Interface to be implemented by any object that wishes to be notified of theAzkarraContext
that it runs in.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAzkarraContext(AzkarraContext context)
Set theAzkarraContext
that this object runs in.
-
-
-
Method Detail
-
setAzkarraContext
void setAzkarraContext(AzkarraContext context)
Set theAzkarraContext
that this object runs in.- Parameters:
context
- theAzkarraContext
instance.
-
-