Mix.Statifier.Corpus.HostCase.Processor (Statifier v2.6.0)

Copy Markdown View Source

The Statifier.Send.Processor a host case registers for every type in its send_types. Its planning callbacks return one {:handler, ...} instruction each; perform/2 sends the payload to the process running the case, found by the session's id under :global, where Mix.Statifier.Corpus.HostCase.run/1 registered it before starting the session.