- All Superinterfaces:
- ConnectionBase, ToJson, WithConfiguredProperties, WithId<Connection>, WithKind, WithMetadata, WithName, WithResourceId, WithTags, WithUsage
- All Known Implementing Classes:
- ConnectionWithDomain
@Value.Immutable
@UniqueProperty(value="name",
groups=UniquenessRequired.class)
@IndexedProperty(value="connectorId")
public interface Connection
extends WithId<Connection>, ConnectionBase
A connection is basically a Camel endpoint configuration (parameters) and
some metadata describing which parameters are available to configure.