Target

note

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
Parameter Required Type Description
name Y String Name of the Target.
targetStore Y String Name of the target store.
tuplePublisherFactory Y ITuplePublisherFactory Function which accepts DlcScope and produces an ITuplePublisher.
AnonymousTargetDescription
Parameter Required Type Description
targetStore Y String Name of the target store.
tuplePublisherFactory Y ITuplePublisherFactory Function which accepts DlcScope and produces an ITuplePublisher.