HostKit.RPC.Binding (host_kit v0.1.0-beta.7)

Copy Markdown View Source

RPC binding from one HostKit service to another.

Summary

Types

t()

@type t() :: %HostKit.RPC.Binding{
  listener: atom() | String.t(),
  meta: map(),
  modules: [module()],
  service: atom() | String.t()
}

Functions

new(service, opts \\ [])

@spec new(
  atom() | String.t(),
  keyword()
) :: t()