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

org.dromara.dynamictp.example.brpc.UserService Maven / Gradle / Ivy

There is a newer version: 1.1.9.1-3.x
Show newest version
package org.dromara.dynamictp.example.brpc;

/**
 * UserService related
 *
 * @author yanhom
 * @since 1.1.0
 */
public interface UserService {

    String getUserName(Long userId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy