- All Implemented Interfaces:
- com.networknt.server.StartupHookProvider
public class RpcStartupHookProvider
extends Object
implements com.networknt.server.StartupHookProvider
Register all the service handlers by the annotation from jars in classpath.
If you only want to scan services from a specific package, please update rpc-router.yml
Normally, you would put all the service into something com.yourcompany.xxx to speed up
the scanning.
- Author:
- Steve Hu