Uses of Interface
adams.flow.core.InactiveActor
-
Packages that use InactiveActor Package Description adams.flow.sink adams.flow.source adams.flow.standalone adams.flow.transformer -
-
Uses of InactiveActor in adams.flow.sink
Classes in adams.flow.sink that implement InactiveActor Modifier and Type Class Description class
InactiveSink
Encapsulates a sequence of inactive actors.
Can be removed with the adams.flow.processor.ReactivateActors processor. -
Uses of InactiveActor in adams.flow.source
Classes in adams.flow.source that implement InactiveActor Modifier and Type Class Description class
InactiveSource
Encapsulates a sequence of flow items, with the last one generating the output for this meta-source.
Can be removed with the adams.flow.processor.ReactivateActors processor. -
Uses of InactiveActor in adams.flow.standalone
Classes in adams.flow.standalone that implement InactiveActor Modifier and Type Class Description class
InactiveStandalone
Container for inactive standalone actors.
Can be activated with the adams.flow.processor.ReactivateActors processor. -
Uses of InactiveActor in adams.flow.transformer
Classes in adams.flow.transformer that implement InactiveActor Modifier and Type Class Description class
InactiveTransformer
Encapsulates a sequence of inactive actors.
-