com.github.rexsheng.springboot.faster.system.locale.application.LocaleService Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.locale.application;
import com.github.rexsheng.springboot.faster.function.Tuple2;
import com.github.rexsheng.springboot.faster.system.locale.application.dto.LocaleDetailOutput;
import com.github.rexsheng.springboot.faster.system.locale.application.dto.RefreshLocaleSourceRequest;
import java.util.List;
import java.util.Locale;
import java.util.Map;
public interface LocaleService {
List getActivedLocaleSource();
void refreshLocaleSource(RefreshLocaleSourceRequest request);
Tuple2
© 2015 - 2025 Weber Informatics LLC | Privacy Policy