Interface OperationLogInstanceCountHandler
- 
 public interface OperationLogInstanceCountHandlerThis is a functional interface to pass a callback that writes the Operation Log.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(CommandContext commandContext, int instanceCount)Callback to write the Operation Log.
 
- 
- 
- 
Method Detail- 
writevoid write(CommandContext commandContext, int instanceCount) Callback to write the Operation Log.- Parameters:
- commandContext- can be used when writing the Operation Log
- instanceCount- that can be logged
 
 
- 
 
-