Uses of Interface
org.apache.camel.k.catalog.model.CamelScopedArtifact
-
Packages that use CamelScopedArtifact Package Description org.apache.camel.k.catalog.model -
-
Uses of CamelScopedArtifact in org.apache.camel.k.catalog.model
Classes in org.apache.camel.k.catalog.model that implement CamelScopedArtifact Modifier and Type Class Description class
ImmutableCamelScopedArtifact
Immutable implementation ofCamelScopedArtifact
.Methods in org.apache.camel.k.catalog.model that return types with arguments of type CamelScopedArtifact Modifier and Type Method Description Optional<CamelScopedArtifact>
CamelScheme. getConsumer()
Optional<CamelScopedArtifact>
ImmutableCamelScheme. getConsumer()
Optional<CamelScopedArtifact>
CamelScheme. getProducer()
Optional<CamelScopedArtifact>
ImmutableCamelScheme. getProducer()
Methods in org.apache.camel.k.catalog.model with parameters of type CamelScopedArtifact Modifier and Type Method Description 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.CamelScopedArtifact.Builder
ImmutableCamelScopedArtifact.Builder. from(CamelScopedArtifact instance)
Fill a builder with attribute values from the providedCamelScopedArtifact
instance.CamelScheme.Builder
ImmutableCamelScheme.Builder. producer(CamelScopedArtifact producer)
Initializes the optional valueproducer
to producer.ImmutableCamelScheme
ImmutableCamelScheme. withConsumer(CamelScopedArtifact value)
Copy the current immutable object by setting a present value for the optionalconsumer
attribute.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 CamelScopedArtifact Modifier and Type Method Description CamelScheme.Builder
ImmutableCamelScheme.Builder. consumer(Optional<? extends CamelScopedArtifact> consumer)
Initializes the optional valueconsumer
to consumer.CamelScheme.Builder
ImmutableCamelScheme.Builder. producer(Optional<? extends CamelScopedArtifact> producer)
Initializes the optional valueproducer
to producer.ImmutableCamelScheme
ImmutableCamelScheme. withConsumer(Optional<? extends CamelScopedArtifact> optional)
Copy the current immutable object by setting an optional value for theconsumer
attribute.ImmutableCamelScheme
ImmutableCamelScheme. withProducer(Optional<? extends CamelScopedArtifact> optional)
Copy the current immutable object by setting an optional value for theproducer
attribute.
-