All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.param.WithClientSession.scala Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.twitter.finagle.param

import com.twitter.finagle.Stack

/**
 * Provides the `withSession` (client's session) API entry point.
 *
 * @see [[ClientSessionParams]]
 */
trait WithClientSession[A <: Stack.Parameterized[A]] { self: Stack.Parameterized[A] =>
  /**
   * An entry point for configuring the client's session.
   */
  val withSession: ClientSessionParams[A] = new ClientSessionParams(self)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy