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 TypeMethodDescriptiongetResponse
(org.infinispan.commands.remote.CacheRpcCommand command, Object returnValue)
-
Method Details
-
getResponse
-