Class ApcApiClient
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.service.api.apc.ApcApiClient
APC API client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ApcEndpointsAPC endpoints implementation.private org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorThread pool task executor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFuture<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.
-
Field Details
-
apcEndpoints
APC endpoints implementation. -
threadPoolTaskExecutor
@Autowired private org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor threadPoolTaskExecutorThread 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.
-