Uses of Interface
org.openspaces.remoting.RemoteInvocationAspect
Packages that use RemoteInvocationAspect
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of RemoteInvocationAspect in org.openspaces.remoting
Methods in org.openspaces.remoting with parameters of type RemoteInvocationAspectModifier and TypeMethodDescriptionEventDrivenRemotingProxyConfigurer.remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect) ExecutorRemotingProxyConfigurer.remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect) voidEventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect) The actual remote invocation can be replaced with an aspect implementingRemoteInvocationAspectwhich can be set usingEventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect).voidExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect) The actual remote invocation can be replaced with an aspect implementingRemoteInvocationAspectwhich can be set usingExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(org.openspaces.remoting.RemoteInvocationAspect). -
Uses of RemoteInvocationAspect in org.openspaces.remoting.scripting
Classes in org.openspaces.remoting.scripting that implement RemoteInvocationAspectModifier and TypeClassDescriptionclassThe lazy loading remote invocation aspect wraps the actual remote invocation and adds support forLazyLoadingScripts.