Interface WebClientServiceProvider
- All Superinterfaces:
ConfigurableComponent,ControllerService
Web Client Service Provider abstracts configuration of Web Client Service instances
-
Method Summary
Modifier and TypeMethodDescriptionGet new HTTP URI BuilderGet Web Client Service based on current configurationMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migrateProperties
-
Method Details
-
getHttpUriBuilder
HttpUriBuilder getHttpUriBuilder()Get new HTTP URI Builder- Returns:
- New instance of HTTP URI Builder
-
getWebClientService
WebClientService getWebClientService()Get Web Client Service based on current configuration- Returns:
- Configured Web Client Service
-