Class CotaniLocales
java.lang.Object
com.cotani.locale.CotaniLocales
Factories for the
cotani-locale module.-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<LocaleService> fromRepositoryAsync(LocaleCatalog catalog, LocaleRepository repository) Creates a repository-backed service using the default ten-second timeout.static CompletionStage<LocaleService> fromRepositoryAsync(LocaleCatalog catalog, LocaleRepository repository, LocaleServiceOptions options) Loads preferences and creates a repository-backed service with explicit options.static LocaleServiceinMemory(LocaleCatalog catalog) Creates a locale service that keeps player preferences only in memory.
-
Method Details
-
inMemory
Creates a locale service that keeps player preferences only in memory. -
fromRepositoryAsync
public static CompletionStage<LocaleService> fromRepositoryAsync(LocaleCatalog catalog, LocaleRepository repository) Creates a repository-backed service using the default ten-second timeout. -
fromRepositoryAsync
public static CompletionStage<LocaleService> fromRepositoryAsync(LocaleCatalog catalog, LocaleRepository repository, LocaleServiceOptions options) Loads preferences and creates a repository-backed service with explicit options.
-