# Functions
Spawn creates a mapper instance and starts its internal goroutines.
# Interfaces
Executor represents an entity that executes requests of workers via a particular broker connection.
Resolver defines an interface to resolve a broker connection that should serve requests of a particular worker, and to create an executor for a broker connection.
Worker represents an entity that makes requests via an assigned broker executor.