java.lang.Object
org.apache.camel.quarkus.component.knative.deployment.KnativeProcessor

class KnativeProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem
    knativeComponent(org.apache.camel.quarkus.component.knative.KnativeRecorder recorder)
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem
    knativeConsumerCustomizer(org.apache.camel.quarkus.component.knative.KnativeConsumerRecorder recorder, io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem router)
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem
    knativeProducerCustomizer(org.apache.camel.quarkus.component.knative.KnativeProducerRecorder recorder, io.quarkus.vertx.core.deployment.CoreVertxBuildItem vertx)
     
    (package private) List<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem>
     
    (package private) List<org.apache.camel.quarkus.core.deployment.spi.CamelServiceFilterBuildItem>
     
    (package private) List<io.quarkus.arc.deployment.UnremovableBeanBuildItem>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KnativeProcessor

      KnativeProcessor()
  • Method Details

    • feature

      io.quarkus.deployment.builditem.FeatureBuildItem feature()
    • unremovableBeans

      List<io.quarkus.arc.deployment.UnremovableBeanBuildItem> unremovableBeans()
    • reflectiveClasses

      List<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClasses()
    • servicesFilters

      List<org.apache.camel.quarkus.core.deployment.spi.CamelServiceFilterBuildItem> servicesFilters()
    • knativeComponent

      org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem knativeComponent(org.apache.camel.quarkus.component.knative.KnativeRecorder recorder)
    • knativeConsumerCustomizer

      org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem knativeConsumerCustomizer(org.apache.camel.quarkus.component.knative.KnativeConsumerRecorder recorder, io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem router)
    • knativeProducerCustomizer

      org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem knativeProducerCustomizer(org.apache.camel.quarkus.component.knative.KnativeProducerRecorder recorder, io.quarkus.vertx.core.deployment.CoreVertxBuildItem vertx)