public interface RpcSystemLoader
RpcSystem
.Modifier and Type | Method and Description |
---|---|
int |
getLoadPriority()
Returns the loading priority for this loader, for a deterministic loading order if multiple
rpc system loaders are present on the classpath.
|
RpcSystem |
loadRpcSystem(Configuration config) |
int getLoadPriority()
0
designates the highest priority.RpcSystem loadRpcSystem(Configuration config)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.