Uses of Interface
org.apache.camel.k.catalog.model.CamelScopedArtifact
Packages that use CamelScopedArtifact
-
Uses of CamelScopedArtifact in org.apache.camel.k.catalog.model
Classes in org.apache.camel.k.catalog.model that implement CamelScopedArtifactMethods in org.apache.camel.k.catalog.model that return types with arguments of type CamelScopedArtifactModifier and TypeMethodDescriptionCamelScheme.getConsumer()
ImmutableCamelScheme.getConsumer()
CamelScheme.getProducer()
ImmutableCamelScheme.getProducer()
Methods in org.apache.camel.k.catalog.model with parameters of type CamelScopedArtifactModifier and TypeMethodDescriptionfinal CamelScheme.Builder
ImmutableCamelScheme.Builder.consumer
(CamelScopedArtifact consumer) Initializes the optional valueconsumer
to consumer.static ImmutableCamelScopedArtifact
ImmutableCamelScopedArtifact.copyOf
(CamelScopedArtifact instance) Creates an immutable copy of aCamelScopedArtifact
value.ImmutableCamelScopedArtifact.Builder.from
(CamelScopedArtifact instance) Fill a builder with attribute values from the providedCamelScopedArtifact
instance.final CamelScheme.Builder
ImmutableCamelScheme.Builder.producer
(CamelScopedArtifact producer) Initializes the optional valueproducer
to producer.final ImmutableCamelScheme
ImmutableCamelScheme.withConsumer
(CamelScopedArtifact value) Copy the current immutable object by setting a present value for the optionalconsumer
attribute.final ImmutableCamelScheme
ImmutableCamelScheme.withProducer
(CamelScopedArtifact value) Copy the current immutable object by setting a present value for the optionalproducer
attribute.Method parameters in org.apache.camel.k.catalog.model with type arguments of type CamelScopedArtifactModifier and TypeMethodDescriptionfinal CamelScheme.Builder
ImmutableCamelScheme.Builder.consumer
(Optional<? extends CamelScopedArtifact> consumer) Initializes the optional valueconsumer
to consumer.final CamelScheme.Builder
ImmutableCamelScheme.Builder.producer
(Optional<? extends CamelScopedArtifact> producer) Initializes the optional valueproducer
to producer.final ImmutableCamelScheme
ImmutableCamelScheme.withConsumer
(Optional<? extends CamelScopedArtifact> optional) Copy the current immutable object by setting an optional value for theconsumer
attribute.final ImmutableCamelScheme
ImmutableCamelScheme.withProducer
(Optional<? extends CamelScopedArtifact> optional) Copy the current immutable object by setting an optional value for theproducer
attribute.