in service/src/main/java/org/apache/fineract/cn/interoperation/service/internal/command/handler/InteropHandler.java [54:60]
public InteropHandler(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
InteroperationDataValidator interoperationDataValidator,
InteropService interopService) {
this.logger = logger;
this.dataValidator = interoperationDataValidator;
this.interopService = interopService;
}