All Downloads are FREE. Search and download functionalities are using the official Maven repository.

group.rxcloud.capa.spi.config.CapaSpiOptionsLoader Maven / Gradle / Ivy

There is a newer version: 1.11.13.2.RELEASE
Show newest version
package group.rxcloud.capa.spi.config;


/**
 * Read SPI configuration and generate corresponding configuration objects.
 */
public interface CapaSpiOptionsLoader {

    /**
     * Load rpc service options.
     *
     * @param appId the appId
     * @return the rpc service options
     */
    T loadRpcServiceOptions(String appId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy