Uses of Interface
de.quantummaid.httpmaid.websockets.MetaDataEntryProvider
-
Packages that use MetaDataEntryProvider Package Description de.quantummaid.httpmaid.websockets -
-
Uses of MetaDataEntryProvider in de.quantummaid.httpmaid.websockets
Methods in de.quantummaid.httpmaid.websockets that return MetaDataEntryProvider Modifier and Type Method Description static <T> MetaDataEntryProvider<T>MetaDataEntryProvider. saving(MetaDataKey<T> key)static <T> MetaDataEntryProvider<T>MetaDataEntryProvider. storing(MetaDataKey<T> key, Function<MetaData,T> valueProvider)Method parameters in de.quantummaid.httpmaid.websockets with type arguments of type MetaDataEntryProvider Modifier and Type Method Description static MetaDataEntriesToSaveMetaDataEntriesToSave. metaDataEntriesToSave(List<MetaDataEntryProvider<?>> entryProviders)
-