AbstractRecordingSetupUser |
|
FFmpegConfig |
Gnuplot |
Executes Gnuplot with the specified script file.
NB: Add the absolute path to the binary, if gnuplot is not on the system's path.
|
Jep |
Executes the Python script using Jep.
The 'inputs' are items to retrieve from storage and store globally in the interpreter before executing the script.
The 'outputs' are variables to put back into storeage.
For more information on Jep see:
https://github.com/ninia/jep/
By default, a global Jep scripting engine is used for executing scripts sequentially.
|
JepEngine |
Provides a local context for executing Jep/Python scripts in parallel.
However, the user needs to take care that the variables of parallel executed scripts do not interfere with each other.
|
KeyManager |
Initializes a KeyManagerFactory instance using the specified keystore file and algorithm.
For keystore types, please refer to:
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#keystore-types
|
LabRat |
Replaces itself at runtime with the actual Rat setup(s) created using the generator.
|
LatexSetup |
Allows to configure LaTex and override the system-wide settings.
|
Rat |
Defines a single reception/transmission setup.
|
RatControl |
Control actor for Rats/Rat actors.
|
RatPlague |
Replaces itself at runtime with a copy of itself, as many times as there are input queues.
|
Rats |
Encapsulates all Rat setups.
|
RecordingSetup |
Defines a recording setup for sound and video.
|
RedisConnection |
Defines a connection to a Redis server.
|
RenjinContext |
Provides the Renjin context.
|
RenjinStandalone |
Executes the specified script.
|
RESTServer |
Runs a REST webservice.
|
Rserve |
Establishes a connection to the Rserve server.
|
RStandalone |
Carries out an R function on the input script.
|
SimpleDockerConnection |
Wraps around the local docker binary and can (optionally) log in to the registry (and log out once the flow finishes).
|
SSLContext |
Initializes an SSL context using the specified context.
For protocols, see:
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#sslcontext-algorithms
Requires adams.flow.core.KeyManagerFactoryProvider and adams.flow.core.TrustManagerFactoryProvider standalones to be present.
You don't have to use these actors if you enable the 'useDefaultContext' option.
|
StartRecording |
Starts the recording defined in the adams.flow.standalone.RecordingSetup instance.
|
StopRecording |
Stops the recording defined in the adams.flow.standalone.RecordingSetup instance.
|
TrustManager |
Initializes a TrustManagerFactory instance using the specified keystore file and algorithm.
|
WebServer |
Provides a simple web server using an embedded jetty server.
Depending on the used handlers, it can do more than just serve static files.
|
WSServer |
Runs a webservice.
|