BB.Dsl.Bridge (bb v0.2.1)

View Source

A parameter protocol bridge for remote access.

Summary

Types

child_spec()

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

t()

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