Interface ResponseGenerator

All Known Implementing Classes:
DefaultResponseGenerator

public interface ResponseGenerator
A component that generates responses as is expected by different cache setups
Since:
4.0
Author:
Manik Surtani
  • Method Summary

    Modifier and Type
    Method
    Description
    getResponse(org.infinispan.commands.remote.CacheRpcCommand command, Object returnValue)
     
  • Method Details

    • getResponse

      Response getResponse(org.infinispan.commands.remote.CacheRpcCommand command, Object returnValue)