org.qi4j.library.rest.client.spi
Interface ResultHandler<T>


public interface ResultHandler<T>

Implement this interface to handle deserialized results from CRC


Method Summary
 HandlerCommand handleResult(T result, ContextResourceClient client)
           
 

Method Detail

handleResult

HandlerCommand handleResult(T result,
                            ContextResourceClient client)