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 interface
ExternalActorHandler
Interface for actors that wrap an actor loaded from an external file.interface
WeakExternalActor
Indicator 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 class
AbstractBaseExternalActor
Ancestor of actors that load another actor from disk and execute it.class
AbstractExternalActor
Ancestor of actors that load another actor from disk and execute it.class
AbstractIncludeExternalActor
Ancestor 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 class
ExternalSink
Sink that executes an external sink actor stored on disk.class
IncludeExternalSink
Includes an external sink. -
Uses of ExternalActorFileHandler in adams.flow.source
Classes in adams.flow.source that implement ExternalActorFileHandler Modifier and Type Class Description class
ExternalSource
Source that executes an external source actor stored on disk.class
IncludeExternalSource
Includes an external source. -
Uses of ExternalActorFileHandler in adams.flow.standalone
Classes in adams.flow.standalone that implement ExternalActorFileHandler Modifier and Type Class Description class
ExternalFlow
Allows to execute a complete external Flow rather than just an external actor.class
ExternalStandalone
Standalone 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
class
IncludeExternalStandalone
Includes an external standalone.class
WeakExternalStandalone
-
Uses of ExternalActorFileHandler in adams.flow.transformer
Classes in adams.flow.transformer that implement ExternalActorFileHandler Modifier and Type Class Description class
ExternalTransformer
Transformer that executes an external transformer actor stored on disk.class
IncludeExternalTransformer
Includes an external transformer.
-