Class DefaultResponseGenerator

  • All Implemented Interfaces:
    ResponseGenerator

    public class DefaultResponseGenerator
    extends java.lang.Object
    implements ResponseGenerator
    The default response generator for most cache modes
    Since:
    4.0
    Author:
    Manik Surtani, Dan Berindei
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Response getResponse​(org.infinispan.commands.remote.CacheRpcCommand command, java.lang.Object returnValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultResponseGenerator

        public DefaultResponseGenerator()
    • Method Detail

      • getResponse

        public Response getResponse​(org.infinispan.commands.remote.CacheRpcCommand command,
                                    java.lang.Object returnValue)
        Specified by:
        getResponse in interface ResponseGenerator