Class SingleSyncReturnResultHandlerStrategy

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

public class SingleSyncReturnResultHandlerStrategy extends Object implements ResultHandlerStrategy
Represents a single return 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.