Create a new client connected to dest
.
Create a new client connected to dest
.
See the user guide
for details on destination names.
Argument label
is used to assign a label to this client.
The label is used to display stats, etc.
Create a new service which dispatches requests to dest
.
Create a new service which dispatches requests to dest
.
See the user guide
for details on destination names.
Argument label
is used to assign a label to this client.
The label is used to display stats, etc.
Transform the stack using the given Transformer
.
Transform the stack using the given Transformer
.
Java friendly API for configured
.
Java friendly API for configured
.
The Tuple2
can often be created by calls to a mk(): (P, Stack.Param[P])
method on parameters (see
com.twitter.finagle.loadbalancer.LoadBalancerFactory.Param.mk()
as an example).
Add the parameter, p
, to the current Params.
Add the parameter, p
, to the current Params.
Java users may find it easier to use the Tuple2
version below.
Adds all parameters, newParams
, to the current Params.
Adds all parameters, newParams
, to the current Params.
Create a new client connected to dest
.
Create a new client connected to dest
.
See the user guide
for details on destination names.
Argument label
is used to assign a label to this client.
The label is used to display stats, etc.
Create a new client connected to dest
.
Create a new client connected to dest
.
See the user guide
for details on destination names.
Create a new service which dispatches requests to dest
.
Create a new service which dispatches requests to dest
.
See the user guide
for details on destination names.
Create a new service which dispatches requests to dest
.
Create a new service which dispatches requests to dest
.
See the user guide
for details on destination names.
A Client that may have its Stack transformed.
A
StackBasedClient
is weaker than aStackClient
in that the specificReq
,Rep
types of its stack are not exposed.