SharedHttpClientManager

orchescala.worker.c7.SharedHttpClientManager

Provides a shared HTTP connection manager for Camunda clients to avoid creating new connections for each client

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val connectionManager: PoolingHttpClientConnectionManager
lazy val engineConnectionManagerFinalizer: ZIO[Scope, Nothing, Any]

ZIO finalizer to properly close the connection manager This should be added to your application's shutdown sequence

ZIO finalizer to properly close the connection manager This should be added to your application's shutdown sequence

Attributes