(removeRoutee: StringAdd).self
(removeRoutee: StringFormat).self
(removeRoutee: ArrowAssoc[RemoveRoutee]).x
(Since version 2.10.0) Use leftOfArrow instead
(removeRoutee: Ensuring[RemoveRoutee]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Remove a specific routee by sending this message to the router. It may be handled after other messages.
For a pool, with child routees, the routee is stopped by sending a akka.actor.PoisonPill to the routee. Precautions are taken reduce the risk of dropping messages that are concurrently being routed to the removed routee, but there are no guarantees.