Bundle

class Bundle(dags: Iterable<Dag>)

An immutable snapshot of all Dags that this JVM process can execute.

Build a Bundle by implementing BundleBuilder, then pass it to Server.serve to start accepting task-execution requests.

Throws

if any two Dags share the same ID.

Constructors

Link copied to clipboard
constructor(dags: Iterable<Dag>)