BB.Dsl.Bridge (bb v0.15.0)

View Source

A parameter protocol bridge for remote access.

Summary

Types

child_spec()

@type child_spec() :: module() | {module(), keyword()}

simulation_mode()

@type simulation_mode() :: :omit | :mock | :start

t()

@type t() :: %BB.Dsl.Bridge{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  child_spec: child_spec(),
  name: atom(),
  simulation: simulation_mode()
}