Example usage for com.rabbitmq.client StringRpcServer subclass-usage

List of usage examples for com.rabbitmq.client StringRpcServer subclass-usage

Introduction

In this page you can find the example usage for com.rabbitmq.client StringRpcServer subclass-usage.

Usage

From source file org.fortiss.smg.remoteframework.lib.jsonrpc.JsonRpcServer.java

/**
 * JSON-RPC Server class.
 * 
 * Given a Java {@link Class}, representing an interface, and an implementation
 * of that interface, JsonRpcServer will reflect on the class to construct the
 * {@link ServiceDescription}, and will route incoming requests for methods on