@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AutoJsonRpcServiceImpl
AutoJsonRpcServiceImplExporter
in order to automatically expose the JSON-RPC services in a spring based web application server. Note that the
implementation should still continue to carry the JsonRpcServer
annotation;
preferably on the service interface.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
additionalPaths
This value may contain a list of additional paths that the JSON-RPC service will be exposed on.
|
public abstract java.lang.String[] additionalPaths
JsonRpcService
annotation preferably on the service interface. This might be used, for example, where you still want
to expose a service on legacy paths for older clients.