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 Detail

      • getResponse

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