Uses of Class
org.apache.camel.component.knative.spi.KnativeResource
-
-
Uses of KnativeResource in org.apache.camel.component.knative.spi
Methods in org.apache.camel.component.knative.spi that return KnativeResource Modifier and Type Method Description KnativeResourceKnativeEnvironment.KnativeServiceBuilder. build()static KnativeResourceKnativeResource. from(KnativeResource resource)Methods in org.apache.camel.component.knative.spi that return types with arguments of type KnativeResource Modifier and Type Method Description List<KnativeResource>KnativeEnvironment. getResources()Stream<KnativeResource>KnativeEnvironment. lookup(Knative.Type type, String name)Stream<KnativeResource>KnativeEnvironment. stream()Methods in org.apache.camel.component.knative.spi with parameters of type KnativeResource Modifier and Type Method Description org.apache.camel.ConsumerKnativeConsumerFactory. createConsumer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service, org.apache.camel.Processor processor)Create a camelConsumerin place of the original endpoint for a specific protocol.org.apache.camel.ProducerKnativeProducerFactory. createProducer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service)Create a camelProducerin place of the original endpoint for a specific protocol.static KnativeResourceKnativeResource. from(KnativeResource resource)static KnativeEnvironmentKnativeEnvironment. on(KnativeResource... definitions)Method parameters in org.apache.camel.component.knative.spi with type arguments of type KnativeResource Modifier and Type Method Description voidKnativeEnvironment. setResources(List<KnativeResource> resources)Constructor parameters in org.apache.camel.component.knative.spi with type arguments of type KnativeResource Constructor Description KnativeEnvironment(Collection<KnativeResource> resources)
-