Phoenix.PubSub.LocalSupervisor

Phoenix.PubSub.LocalSupervisor

Local PubSub server supervisor.

Used by PubSub adapters to handle "local" subscriptions. Defines an ets dispatch table for routing subcription requests. Extendable by PubSub adapters by providing a list of dispatch_rules to extend the dispatch table.

See Phoenix.PubSub.PG2 for example usage.

Summary

Functions

start_link(server, pool_size, dispatch_rules)

Functions

start_link(server, pool_size, dispatch_rules)

© 2014 Chris McCord
Licensed under the MIT License.
https://hexdocs.pm/phoenix_pubsub/Phoenix.PubSub.LocalSupervisor.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部