Interface HapiClientInterceptorFactory
public interface HapiClientInterceptorFactory
- Since:
- 3.1
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(FhirEndpoint endpoint, Exchange exchange) Returns a new client interceptor
-
Method Details
-
newInstance
Returns a new client interceptor- Parameters:
endpoint
- fhir endpointexchange
- Camel exchange- Returns:
- client interceptor
-