Interface RpcSystemLoader


  • public interface RpcSystemLoader
    A loader for an RpcSystem.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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​(org.apache.flink.configuration.Configuration config)  
    • Method Detail

      • getLoadPriority

        int getLoadPriority()
        Returns the loading priority for this loader, for a deterministic loading order if multiple rpc system loaders are present on the classpath. 0 designates the highest priority.
      • loadRpcSystem

        RpcSystem loadRpcSystem​(org.apache.flink.configuration.Configuration config)