Package com.avanza.astrix.gs
Class GigaSpaceProxy
- java.lang.Object
-
- com.avanza.astrix.gs.GigaSpaceProxy
-
- All Implemented Interfaces:
InvocationHandler
public class GigaSpaceProxy extends Object implements InvocationHandler
1. Some exceptions thrown by the space-proxy will be wrapped in ServiceUnavailableException to ensure circuit-breaker logic is triggered when space is not available.- Author:
- Elias Lindholm (elilin)
-
-
Constructor Summary
Constructors Constructor Description GigaSpaceProxy(org.openspaces.core.GigaSpace gigaSpace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.openspaces.core.GigaSpacecreate(org.openspaces.core.GigaSpace gigaSpace)Objectinvoke(Object proxy, Method method, Object[] args)
-