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

com.youthlin.rpc.core.config.ProviderConfig Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.youthlin.rpc.core.config;

import com.youthlin.rpc.core.Exporter;

/**
 * 提供者配置
 * 创建: youthlin.chen
 * 时间: 2017-11-26 15:08
 */
public interface ProviderConfig extends ServiceConfig {
    /**
     * 可以指定暴露的接口, 若为 null 则取其所有已实现的接口
     */
    Class[] interfaces();

    /**
     * 指定暴露服务的实现类
     */
    Class exporter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy