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 KnativeResource
KnativeEnvironment.KnativeServiceBuilder. build()
static KnativeResource
KnativeResource. 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.Consumer
KnativeConsumerFactory. createConsumer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service, org.apache.camel.Processor processor)
Create a camelConsumer
in place of the original endpoint for a specific protocol.org.apache.camel.Producer
KnativeProducerFactory. createProducer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service)
Create a camelProducer
in place of the original endpoint for a specific protocol.static KnativeResource
KnativeResource. from(KnativeResource resource)
static KnativeEnvironment
KnativeEnvironment. on(KnativeResource... definitions)
Method parameters in org.apache.camel.component.knative.spi with type arguments of type KnativeResource Modifier and Type Method Description void
KnativeEnvironment. 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)
-