Groovy Documentation

org.linkedin.glu.agent.rest.client
[Groovy] Interface AgentFactory


interface AgentFactory

Defines the agent factory

Authors:
ypujante@linkedin.com


Method Summary
java.lang.Object withRemoteAgent(java.net.URI agentURI, groovy.lang.Closure closure)

Calls the closure with an agent object pointing to the URI provided.

 

Method Detail

withRemoteAgent

java.lang.Object withRemoteAgent(java.net.URI agentURI, groovy.lang.Closure closure)
Calls the closure with an agent object pointing to the URI provided.


 

Groovy Documentation