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