Packages

p

blended.streams

multiresult

package multiresult

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class MultiResultCollector extends Actor
  2. class MultiResultController extends Actor
  3. class MultiResultGraphStage[T, U] extends GraphStage[FlowShape[T, U]]
  4. class MultiResultProcessor extends AnyRef

    Process the results of a MultiResultGraphStage and produce a single envelope as result.

    Process the results of a MultiResultGraphStage and produce a single envelope as result.

    The MultiResultProcessor processes an incoming envelope with a given MultiResultGraphstage with a given Flow[FlowEnvelope, FlowEnvelope]. It will collect the results from the sub flow and

    Pass the original envelope downstream if all results have been processed successfully. Pass the original envelope downstream with a contained exception if at least one of the results has not been successful.

  5. class MultiResultTimeoutException extends Exception

Ungrouped