BlazeClient

object BlazeClient

Blaze client implementation

Blaze client implementation

class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("Use BlazeClientBuilder", "0.19.0-M2")
def apply[F[_], A <: BlazeConnection[F]](manager: ConnectionManager[F, A], config: BlazeClientConfig, onShutdown: F[Unit], ec: ExecutionContext)(F: ConcurrentEffect[F]): Client[F]

Construct a new Client using blaze components

Construct a new Client using blaze components

Value Params
config

blaze client configuration.

manager

source for acquiring and releasing connections. Not owned by the returned client.

onShutdown

arbitrary tasks that will be executed when this client is shutdown

Deprecated