ask/3 | |
cancel/2 | |
dispatch/3 | |
info/2 | |
init/1 | A dispatcher that sends events according to partitions. |
subscribe/3 |
ask(Counter, X2, X3) -> any()
cancel(X1, X2) -> any()
dispatch(Events, Length, X3) -> any()
info(Msg, X2) -> any()
init(Opts) -> any()
A dispatcher that sends events according to partitions.
Keep in mind that, if partitions are not evenly distributed, a backed-up partition will slow all other ones.subscribe(Opts, X2, X3) -> any()
Generated by EDoc