Uses of Interface
org.openspaces.remoting.SpaceRemotingResult
Packages that use SpaceRemotingResult
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of SpaceRemotingResult in org.openspaces.remoting
Subinterfaces of SpaceRemotingResult in org.openspaces.remotingModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.remoting that implement SpaceRemotingResultModifier and TypeClassDescriptionclassDefault implementation of a remoting entry that acts both as a remote invocation and a remote result.classDefault implementation of a remoting entry that acts both as a remote invocation and a remote result.classclassMethods in org.openspaces.remoting that return SpaceRemotingResultModifier and TypeMethodDescriptionSpaceRemoteExecutionException.getRemoteResult()Returns the remote result that caused this execution exception.Methods in org.openspaces.remoting with parameters of type SpaceRemotingResultModifier and TypeMethodDescriptionRemoteResultReducer.reduce(SpaceRemotingResult<Y>[] results, SpaceRemotingInvocation remotingInvocation) Reduces a list of Space remoting invocation results to an Object value.Constructors in org.openspaces.remoting with parameters of type SpaceRemotingResultModifierConstructorDescriptionSpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, SpaceRemotingResult remoteResult)