DOC

uk.co.shastra.hydra : hydra

Maven & Gradle

Dec 13, 2015
7 stars

Hydra · Hydra is a simple, highly redundant pull-based messaging system. It uses CouchDb as its message store, and replication to deliver messages. It can be used by any language capable of making HTTP calls, and C# and Java client implementations are included.

Table Of Contents

Latest Version

Download uk.co.shastra.hydra : hydra Javadoc & API Documentation - Latest Versions:

All Versions

Download uk.co.shastra.hydra : hydra Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file hydra-2.1.0-javadoc.jar to hydra-2.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder hydra-2.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "hydra-2.1.0-sources.jar" -d "hydra-2.1.0-javadoc" -subpackages 

Advertisement