Uses of Interface
adams.core.ThreadLimiterWithOptionalCap
-
Packages that use ThreadLimiterWithOptionalCap Package Description adams.flow.control -
-
Uses of ThreadLimiterWithOptionalCap in adams.flow.control
Classes in adams.flow.control that implement ThreadLimiterWithOptionalCap Modifier and Type Class Description classArrayGenerateApplies all sub-actors to the input token and generates an array from the collected output.
Each of the branches is expected to produce at most one output token (ideally one per branch, otherwise there will be null elements in the output array).classBranchBranches off the flow into several sub-branches, each being supplied with a copy of the same object being passed into this meta-actor.
-