Groovy Documentation

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


interface ConfigurableFactory

Authors:
ypujante@linkedin.com


Method Summary
java.lang.Object withRemoteConfigurable(java.lang.String host, groovy.lang.Closure closure)

java.lang.Object withRemoteConfigurable(java.net.URI uri, groovy.lang.Closure closure)

 

Method Detail

withRemoteConfigurable

java.lang.Object withRemoteConfigurable(java.lang.String host, groovy.lang.Closure closure)


withRemoteConfigurable

java.lang.Object withRemoteConfigurable(java.net.URI uri, groovy.lang.Closure closure)


 

Groovy Documentation