java.lang.Object
es.kukenan.smartfi.microservice.smartficore.service.api.apc.ApcApiClient

@Component public class ApcApiClient extends Object
APC API client.
  • Field Details

    • apcEndpoints

      @Autowired private ApcEndpoints apcEndpoints
      APC endpoints implementation.
    • threadPoolTaskExecutor

      @Autowired private org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor threadPoolTaskExecutor
      Thread pool task executor.
  • Constructor Details

    • ApcApiClient

      public ApcApiClient()
  • Method Details

    • postCheckPerson

      public Future<es.kukenan.smartfi.microservice.backoffice.dtos.core.apc.response.ApcResponse> postCheckPerson(es.kukenan.smartfi.microservice.backoffice.dtos.core.apc.ApcRequest request)
      Post for check person on APC.
      Parameters:
      request - APC Request object.
      Returns:
      Result APC call.