Uses of Interface
org.infinispan.remoting.responses.ResponseGenerator
-
Packages that use ResponseGenerator Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.remoting Remote communication between cache instances.org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. -
-
Uses of ResponseGenerator in org.infinispan.factories
Methods in org.infinispan.factories that return ResponseGenerator Modifier and Type Method Description ResponseGenerator
ComponentRegistry. getResponseGenerator()
Caching shortcut for #getComponent(ResponseGenerator.class); -
Uses of ResponseGenerator in org.infinispan.remoting
Methods in org.infinispan.remoting with parameters of type ResponseGenerator Modifier and Type Method Description static LocalInvocation
LocalInvocation. newInstance(ResponseGenerator responseGenerator, org.infinispan.commands.remote.CacheRpcCommand command, org.infinispan.commands.CommandsFactory commandsFactory, Address self)
-
Uses of ResponseGenerator in org.infinispan.remoting.responses
Classes in org.infinispan.remoting.responses that implement ResponseGenerator Modifier and Type Class Description class
DefaultResponseGenerator
The default response generator for most cache modes
-