PacketFlow.Registry (packetflow v0.1.0)

PacketFlow Registry: Manages registration and discovery of PacketFlow components.

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(opts)

Callback implementation for GenServer.init/1.

list_capabilities()

list_components()

list_contexts()

list_intents()

list_reactors()

lookup_capability(id)

lookup_component(id)

lookup_context(id)

lookup_intent(id)

lookup_reactor(id)

register_capability(id, capability_info)

register_component(id, component_info)

register_context(id, context_info)

register_intent(id, intent_info)

register_reactor(id, reactor_info)

start_link(opts)

unwatch_component(id, pid)

watch_component(id, pid)