Uses of Interface
org.apache.unomi.router.api.services.ProfileExportService
-
-
Uses of ProfileExportService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ProfileExportService Modifier and Type Method Description void
RouterCamelContext. setProfileExportService(ProfileExportService profileExportService)
-
Uses of ProfileExportService in org.apache.unomi.router.core.processor
Constructors in org.apache.unomi.router.core.processor with parameters of type ProfileExportService Constructor Description LineBuildProcessor(ProfileExportService profileExportService)
-
Uses of ProfileExportService in org.apache.unomi.router.core.route
Methods in org.apache.unomi.router.core.route with parameters of type ProfileExportService Modifier and Type Method Description void
ProfileExportProducerRouteBuilder. setProfileExportService(ProfileExportService profileExportService)
-
Uses of ProfileExportService in org.apache.unomi.router.rest
Methods in org.apache.unomi.router.rest with parameters of type ProfileExportService Modifier and Type Method Description void
ExportConfigurationServiceEndPoint. setProfileExportService(ProfileExportService profileExportService)
-
Uses of ProfileExportService in org.apache.unomi.router.services
Classes in org.apache.unomi.router.services that implement ProfileExportService Modifier and Type Class Description class
ProfileExportServiceImpl
Created by amidani on 30/06/2017.
-