Class FromConfig$

java.lang.Object
org.apache.pekko.routing.FromConfig
org.apache.pekko.routing.FromConfig$
All Implemented Interfaces:
Serializable, Pool, RouterConfig, scala.Equals, scala.Product

public class FromConfig$ extends FromConfig implements scala.Product, Serializable
Wraps a pekko.actor.Props to mark the actor as externally configurable to be used with a router. If a pekko.actor.Props is not wrapped with FromConfig then the actor will ignore the router part of the deployment section in the configuration.
See Also: