Hystrix-BaseJDBCCommands
No description provided.
| Field | Value |
|---|---|
| GitHub | https://github.com/Cantara/Hystrix-BaseJDBCCommands |
| Language | Java |
| Stars | 1 |
| Last updated | 2026-03-11 |
README
Hystrix-BaseJDBCCommands
Base Commands to be extended for your use for HTTP, REST and SOAP over Hystrix
Example code
/**
*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
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>