Uses of Class
org.infinispan.remoting.responses.UnsuccessfulResponse
Package
Description
Abstractions of the different response types allowed during RPC.
-
Uses of UnsuccessfulResponse in org.infinispan.remoting.responses
Modifier and TypeMethodDescriptionstatic UnsuccessfulResponse
UnsuccessfulResponse.Externalizer.readObject
(ObjectInput input) Modifier and TypeMethodDescriptionSet<Class<? extends UnsuccessfulResponse>>
UnsuccessfulResponse.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionvoid
UnsuccessfulResponse.Externalizer.writeObject
(ObjectOutput output, UnsuccessfulResponse response)