Groovy Documentation

org.linkedin.glu.agent.rest.client
[Groovy] Class ConfigurableRestClient

java.lang.Object
  org.linkedin.glu.agent.rest.client.ConfigurableRestClient

class ConfigurableRestClient

Authors:
ypujante@linkedin.com


Property Summary
Uniform client

OneWayCodec codec

groovy.lang.Reference reference

 
Method Summary
void configure(java.util.Map config)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

client

Uniform client


codec

OneWayCodec codec


reference

groovy.lang.Reference reference


 
Method Detail

configure

@Override
void configure(java.util.Map config)


 

Groovy Documentation