Uses of Interface
no.digipost.signature.client.ConnectionPoolConfigurer
Packages that use ConnectionPoolConfigurer
Package
Description
-
Uses of ConnectionPoolConfigurer in no.digipost.signature.client
Methods in no.digipost.signature.client that return ConnectionPoolConfigurerModifier and TypeMethodDescriptionConnectionPoolConfigurer.maxTotalConnectionsInPool(int count) Set the amount of connections in the connection pool, if the default of 10 is not applicable for your integration.Method parameters in no.digipost.signature.client with type arguments of type ConnectionPoolConfigurerModifier and TypeMethodDescriptionClientConfiguration.Builder.connectionPool(Consumer<? super ConnectionPoolConfigurer> connectionPool) Configure the pool used by the client to manage connections used for integrating with the API.ClientConfiguration.Builder.connectionPoolForDocumentDownloads(Consumer<? super ConnectionPoolConfigurer> connectionPool) Configure the pool used by the client to manage connections used specifically for downloading documents. -
Uses of ConnectionPoolConfigurer in no.digipost.signature.client.core.internal.configuration
Classes in no.digipost.signature.client.core.internal.configuration that implement ConnectionPoolConfigurer