Skip to main content
A Target cannot be defined via configuration properties but can be referenced by name.

Java configuration

TargetDescription or AnonymousTargetDescription Java object can be used for configuration in Java. The Object is used in the configuration of a Channel. Additionally, a TargetDescription Spring Bean can be resolved in configuration properties of a channel by name under target as well as used in Java by name using the NamedEntityResolverService.
TargetDescription
ParameterRequiredTypeDescription
nameYStringName of the Target.
targetStoreYStringName of the target store.
tuplePublisherFactoryYITuplePublisherFactoryFunction which accepts DlcScope and produces an ITuplePublisher.
AnonymousTargetDescription
ParameterRequiredTypeDescription
targetStoreYStringName of the target store.
tuplePublisherFactoryYITuplePublisherFactoryFunction which accepts DlcScope and produces an ITuplePublisher.