Class PoolId

java.lang.Object
akka.http.impl.engine.client.PoolId

public final class PoolId extends Object
Represents a pool by its target endpoint and settings and its designated usage (shared or unique).

A PoolId is represented by its HostConnectionPoolSetup and its PoolId.PoolUsage. If the later is SharedPool, it means that a shared pool must be used for this particular HostConnectionPoolSetup.