# `Mix.Statifier.Corpus.HostCase.Processor`
[🔗](https://github.com/riddler/statifier-ex/blob/v2.6.0/lib/mix/statifier/corpus/host_case.ex#L193)

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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
