Class SingleAsyncResultHandlerStrategy

java.lang.Object
dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
All Implemented Interfaces:
ResultHandlerStrategy

public class SingleAsyncResultHandlerStrategy extends Object implements ResultHandlerStrategy
Represents a single async style RPC method. This supports a single return type, either asynchronous or synchronous. This is useful for JSON-RPC where the response document tends to be a single object, rather than a series of responses sent during the invocation process.