Interface OperationLogInstanceCountHandler
public interface OperationLogInstanceCountHandler
This is a functional interface to pass a callback that writes
the Operation Log.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CommandContext commandContext, int instanceCount) Callback to write the Operation Log.
-
Method Details
-
write
Callback to write the Operation Log.- Parameters:
commandContext
- can be used when writing the Operation LoginstanceCount
- that can be logged
-