Uses of Interface
adams.flow.control.FlowStructureModifier
-
Packages that use FlowStructureModifier Package Description adams.flow.core adams.flow.sink adams.flow.source adams.flow.standalone adams.flow.transformer -
-
Uses of FlowStructureModifier in adams.flow.core
Classes in adams.flow.core that implement FlowStructureModifier Modifier and Type Class Description classAbstractBaseExternalActorAncestor of actors that load another actor from disk and execute it.classAbstractCopyCallableActorAncestor for actors that use a copy of a callable actor.classAbstractExternalActorAncestor of actors that load another actor from disk and execute it.classAbstractIncludeExternalActorAncestor for actors that get replaced with the externally stored actor. -
Uses of FlowStructureModifier in adams.flow.sink
Classes in adams.flow.sink that implement FlowStructureModifier Modifier and Type Class Description classCopyCallableSinkCopies a callable sink to consume the tokens.classExternalSinkSink that executes an external sink actor stored on disk.classIncludeExternalSinkIncludes an external sink. -
Uses of FlowStructureModifier in adams.flow.source
Classes in adams.flow.source that implement FlowStructureModifier Modifier and Type Class Description classCopyCallableSourceBroadcasts the generated output tokens from the copied callable source.classExternalSourceSource that executes an external source actor stored on disk.classIncludeExternalSourceIncludes an external source. -
Uses of FlowStructureModifier in adams.flow.standalone
Classes in adams.flow.standalone that implement FlowStructureModifier Modifier and Type Class Description classCopyCallableStandaloneExecutes the copied callable standalone.classExternalStandaloneStandalone that executes an external standalone actor stored on disk.
For executing whole flows, use the adams.flow.standalone.ExternalFlow standalone actor instead.
See also:
adams.flow.standalone.ExternalFlow
classIncludeExternalStandaloneIncludes an external standalone.classWeakExternalStandalone -
Uses of FlowStructureModifier in adams.flow.transformer
Classes in adams.flow.transformer that implement FlowStructureModifier Modifier and Type Class Description classCopyCallableTransformerFeeds tokens into the copy of a callable transformer and broadcasts the generated output tokens.classExternalTransformerTransformer that executes an external transformer actor stored on disk.classIncludeExternalTransformerIncludes an external transformer.
-