Interface LoggingCtxProducer
-
- All Known Implementing Classes:
DistributedImpexLoggingCtxProducer
,DistributedY2YSyncLoggingCtxProducer
public interface LoggingCtxProducer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskLoggingCtx
createLoggingCtx(TaskModel task)
boolean
isDefinedForTask(TaskModel task)
-
-
-
Method Detail
-
isDefinedForTask
boolean isDefinedForTask(TaskModel task)
-
createLoggingCtx
TaskLoggingCtx createLoggingCtx(TaskModel task)
-
-