Uses of Interface
org.apache.camel.component.platform.http.spi.PlatformHttpPlugin
Packages that use PlatformHttpPlugin
Package
Description
-
Uses of PlatformHttpPlugin in org.apache.camel.component.platform.http
Methods in org.apache.camel.component.platform.http with type parameters of type PlatformHttpPluginModifier and TypeMethodDescription<T extends PlatformHttpPlugin>
Optional<T> PlatformHttpPluginRegistry.resolvePluginById(String id, Class<T> type) Methods in org.apache.camel.component.platform.http with parameters of type PlatformHttpPluginModifier and TypeMethodDescriptionbooleanPlatformHttpPluginRegistry.register(PlatformHttpPlugin plugin) -
Uses of PlatformHttpPlugin in org.apache.camel.component.platform.http.plugin
Subinterfaces of PlatformHttpPlugin in org.apache.camel.component.platform.http.plugin -
Uses of PlatformHttpPlugin in org.apache.camel.component.platform.http.spi
Methods in org.apache.camel.component.platform.http.spi with type parameters of type PlatformHttpPluginModifier and TypeMethodDescription<T extends PlatformHttpPlugin>
Optional<T> PlatformHttpPluginRegistry.resolvePluginById(String id, Class<T> type) Resolve a plugin by idMethods in org.apache.camel.component.platform.http.spi with parameters of type PlatformHttpPluginModifier and TypeMethodDescriptionbooleanPlatformHttpPluginRegistry.register(PlatformHttpPlugin plugin) Register the plugin into the registry.