GigaSpaces XAP 9.7.2 API

org.openspaces.remoting
Annotation Type RemotingService


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Component
public @interface RemotingService

Author:
kimchy

Optional Element Summary
 String exporter
          Sets the service exporter bean that it should register with.
 String value
          The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
 

value

public abstract String value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.

Returns:
the suggested component name, if any
Default:
""

exporter

public abstract String exporter
Sets the service exporter bean that it should register with. This is optional as if there is just a single exporter, then it will automatically be used.

Default:
""

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.