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

com.github.liuyehcf.framework.rpc.maple.netty.InvocationMeta Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.liuyehcf.framework.rpc.maple.netty;

import com.github.liuyehcf.framework.rpc.maple.register.ServiceMeta;

import java.io.Serializable;

/**
 * @author hechenfeng
 * @date 2019/3/22
 */
public interface InvocationMeta extends Serializable {

    /**
     * service meta
     */
    ServiceMeta getServiceMeta();

    /**
     * method name
     */
    String getMethodName();

    /**
     * parameter type
     */
    String[] getParameterTypes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy