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