Package adams.flow.core
Interface ExternalActorFileHandler
-
- All Known Subinterfaces:
ExternalActorHandler
,WeakExternalActor
- All Known Implementing Classes:
AbstractBaseExternalActor
,AbstractExternalActor
,AbstractIncludeExternalActor
,ExternalFlow
,ExternalSink
,ExternalSource
,ExternalStandalone
,ExternalTransformer
,IncludeExternalSink
,IncludeExternalSource
,IncludeExternalStandalone
,IncludeExternalTransformer
,WeakExternalStandalone
public interface ExternalActorFileHandler
Interface for actors that manage an actor loaded from an external file.- Version:
- $Revision: 9036 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowFile
getActorFile()
Returns the file containing the external actor.void
setActorFile(FlowFile value)
Sets the file containing the external actor.
-