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

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,Map> getLocaleFromCache(Locale locale);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy