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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response
getResponse(org.infinispan.commands.remote.CacheRpcCommand command, Object returnValue)
-