Uses of Interface
dev.dsf.bpe.v2.variables.Targets
Packages that use Targets
-
Uses of Targets in dev.dsf.bpe.v2.error.impl
Methods in dev.dsf.bpe.v2.error.impl with parameters of type TargetsModifier and TypeMethodDescriptionprotected Exception
DefaultMessageSendTaskErrorHandler.handleMultiInstance
(ProcessPluginApi api, Variables variables, SendTaskValues sendTaskValues, Exception exception, Targets targets) -
Uses of Targets in dev.dsf.bpe.v2.service
Methods in dev.dsf.bpe.v2.service that return TargetsModifier and TypeMethodDescriptionTargetProvider.Builder.withCorrelationKey()
A correlationKey should be used if return messages i.e.TargetProvider.Builder.withoutCorrelationKey()
Targets
without correlation key can be used when sending out multiple messages without expecting replies. -
Uses of Targets in dev.dsf.bpe.v2.variables
Methods in dev.dsf.bpe.v2.variables that return TargetsModifier and TypeMethodDescriptiondefault Targets
Variables.createTargets
(Target... targets) Creates a new target list.Variables.createTargets
(List<? extends Target> targets) Creates a new target list.Variables.getTargets()
Retrieves execution variableBpmnExecutionVariables.TARGETS
Targets.removeAllByEndpointIdentifierValue
(Collection<String> targetEndpointIdentifierValues) Removes targets base on the given endpoint identifier values.Targets.removeByEndpointIdentifierValue
(Target target) Removes targets base on the givenTarget
s endpoint identifier value.Targets.removeByEndpointIdentifierValue
(String targetEndpointIdentifierValue) Removes targets base on the given endpoint identifier value.Methods in dev.dsf.bpe.v2.variables with parameters of type TargetsModifier and TypeMethodDescriptionvoid
Variables.setTargets
(Targets targets) Sets execution variableBpmnExecutionVariables.TARGETS
.