Uses of Interface
adams.flow.core.ExternalActorFileHandler
-
Packages that use ExternalActorFileHandler Package Description adams.flow.core adams.flow.sink adams.flow.source adams.flow.standalone adams.flow.transformer -
-
Uses of ExternalActorFileHandler in adams.flow.core
Subinterfaces of ExternalActorFileHandler in adams.flow.core Modifier and Type Interface Description interfaceExternalActorHandlerInterface for actors that wrap an actor loaded from an external file.interfaceWeakExternalActorIndicator interface for weak external actor handlers, which are only used at design time and deactivated at runtime.Classes in adams.flow.core that implement ExternalActorFileHandler Modifier and Type Class Description classAbstractBaseExternalActorAncestor of actors that load another actor from disk and execute it.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 ExternalActorFileHandler in adams.flow.sink
Classes in adams.flow.sink that implement ExternalActorFileHandler Modifier and Type Class Description classExternalSinkSink that executes an external sink actor stored on disk.classIncludeExternalSinkIncludes an external sink. -
Uses of ExternalActorFileHandler in adams.flow.source
Classes in adams.flow.source that implement ExternalActorFileHandler Modifier and Type Class Description classExternalSourceSource that executes an external source actor stored on disk.classIncludeExternalSourceIncludes an external source. -
Uses of ExternalActorFileHandler in adams.flow.standalone
Classes in adams.flow.standalone that implement ExternalActorFileHandler Modifier and Type Class Description classExternalFlowAllows to execute a complete external Flow rather than just an external actor.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 ExternalActorFileHandler in adams.flow.transformer
Classes in adams.flow.transformer that implement ExternalActorFileHandler Modifier and Type Class Description classExternalTransformerTransformer that executes an external transformer actor stored on disk.classIncludeExternalTransformerIncludes an external transformer.
-