Base Commands to be extended for your use for HTTP, REST and SOAP over Hystrix
/**
*domainexample
*/
//
//
// Use of the CommandGetOauth2ProtectedPing command above
//
log.trace("Calling {}", testServer.getUrl());
String returned_data = new CommandGetOauth2ProtectedPing(testServer.getUrl()).execute();
log.debug("Returned: " + returned_data);
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://mvnrepo.cantara.no.
Example for Maven:
<dependency>
<groupId>no.cantara.base</groupId>
<artifactId>Hystrix-BaseCommands</artifactId>
<version>0.1.2</version>
</dependency>