Scenic.PubSub.list

You're seeing just the function list, go back to Scenic.PubSub module for more information.

Specs

list() :: [{atom(), Keyword.t(), pid()}]

List the registered data sources.

Return Value

list/0 returns a list of registered data sources

  [{source_id, version, description, pid}]
  • source_id is the atom representing the data source.
  • opts options list of metadata about the data source.
    • :version is the version string supplied by the data source during registration.
    • :description is the description string supplied by the data source during registration.
    • :registered_at The system time the data source was registered at.
  • pid is the pid of the data source's process.