Uses of Class
com.avanza.astrix.gs.GsBinder
-
Packages that use GsBinder Package Description com.avanza.astrix.gs Core abstractions for used by ServiceComponent implementations built on top of GigaSpaces.com.avanza.astrix.gs.localview ServiceComponent implementation allowing a local-view to be exported as a service in astrix.com.avanza.astrix.gs.remoting ServiceComponent implementation providing remoting using a space as transport. -
-
Uses of GsBinder in com.avanza.astrix.gs
Constructors in com.avanza.astrix.gs with parameters of type GsBinder Constructor Description GsComponent(GsBinder gsBinder, com.avanza.astrix.spring.AstrixSpringContext astrixSpringContext, ClusteredProxyCache proxyCache, GsSecurityProvider gsSecurityProvider) -
Uses of GsBinder in com.avanza.astrix.gs.localview
Constructors in com.avanza.astrix.gs.localview with parameters of type GsBinder Constructor Description GsLocalViewComponent(GsBinder gsBinder, com.avanza.astrix.spring.AstrixSpringContext astrixSpringContext, ClusteredProxyBinder clusteredProxyBinder, GigaspaceMetricsExporter metricsExporter) -
Uses of GsBinder in com.avanza.astrix.gs.remoting
Constructors in com.avanza.astrix.gs.remoting with parameters of type GsBinder 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)
-