Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Executable class performs the execution part of an agent. If it is a Collection agent, it routes data into the workflow, and if it is a Processing or Forwarding agent, it consumes data from the previous agent in the workflow. There are two branches for agent executables, one for batch and one for realtime workflows. The different types will be explained separately. They both share the same abstract class DRAgent.

Executable

This section includes the following subsections:


  • No labels