Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
e.g. In POJO mode
@RpcSchema(schemaId="Service")
public class Service implements IService
{ void method1(); void method2(); }
public interface IService
{ void method1(); }
we can add a constaint to tell only method1 is published as RPC service by doing:
@RpcSchema(schemaId="Service", schemaInterface=IService.class)
public class Service implements IService {
Attachments
Issue Links
- links to
1.
|
add documents for this feature | Resolved | liubao |