Uses of Interface
com.avanza.astrix.gs.ClusteredProxyCache
-
Packages that use ClusteredProxyCache Package Description com.avanza.astrix.gs Core abstractions for used by ServiceComponent implementations built on top of GigaSpaces.com.avanza.astrix.gs.remoting ServiceComponent implementation providing remoting using a space as transport. -
-
Uses of ClusteredProxyCache in com.avanza.astrix.gs
Classes in com.avanza.astrix.gs that implement ClusteredProxyCache Modifier and Type Class Description classClusteredProxyCacheImplManages lifecycle for each clustered-proxy created by Astrix.Constructors in com.avanza.astrix.gs with parameters of type ClusteredProxyCache Constructor Description GsComponent(GsBinder gsBinder, com.avanza.astrix.spring.AstrixSpringContext astrixSpringContext, ClusteredProxyCache proxyCache, GsSecurityProvider gsSecurityProvider) -
Uses of ClusteredProxyCache in com.avanza.astrix.gs.remoting
Constructors in com.avanza.astrix.gs.remoting with parameters of type ClusteredProxyCache Constructor Description GsRemotingComponent(GsBinder gsBinder, com.avanza.astrix.spring.AstrixSpringContext astrixSpringContext, com.avanza.astrix.remoting.server.AstrixServiceActivator serviceActivator, com.avanza.astrix.versioning.core.ObjectSerializerFactory objectSerializerFactory, ClusteredProxyCache proxyCache, com.avanza.astrix.beans.core.ReactiveTypeConverter reactiveTypeConverter)GsRemotingComponent(GsBinder gsBinder, com.avanza.astrix.spring.AstrixSpringContext astrixSpringContext, com.avanza.astrix.remoting.server.AstrixServiceActivator serviceActivator, com.avanza.astrix.versioning.core.ObjectSerializerFactory objectSerializerFactory, ClusteredProxyCache proxyCache, com.avanza.astrix.beans.core.ReactiveTypeConverter reactiveTypeConverter, com.avanza.astrix.beans.tracing.AstrixTraceProvider astrixTraceProvider)
-