public class AkkaRpcSystemLoader extends Object implements org.apache.flink.runtime.rpc.RpcSystemLoader
AkkaRpcSystemLoader.
This loader expects the flink-rpc-akka jar to be accessible via ClassLoader.getResource(String). It will extract the jar into a temporary directory and create a
new SubmoduleClassLoader to load the rpc system from that jar.
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.