public class NStableValueFactoryImpl extends Object implements NStableValueFactory
| Constructor and Description |
|---|
NStableValueFactoryImpl(NStableValueStore store,
NBeanContainer beanContainer) |
| Modifier and Type | Method and Description |
|---|---|
NBeanContainer |
getBeanContainer() |
NStableValueStore |
getStore() |
NStableValueModel |
load(String id) |
<T> NStableValue<T> |
of(String id,
Supplier<T> supplier) |
<T> NStableValue<T> |
of(Supplier<T> supplier) |
void |
save(NStableValueModel rateLimitValue) |
NStableValueFactory |
withBeanContainer(NBeanContainer beanContainer) |
NStableValueFactory |
withStore(NStableValueStore store) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofpublic NStableValueFactoryImpl(NStableValueStore store, NBeanContainer beanContainer)
public NStableValueFactory withStore(NStableValueStore store)
withStore in interface NStableValueFactorypublic NStableValueFactory withBeanContainer(NBeanContainer beanContainer)
withBeanContainer in interface NStableValueFactorypublic NBeanContainer getBeanContainer()
getBeanContainer in interface NStableValueFactorypublic NStableValueStore getStore()
getStore in interface NStableValueFactorypublic <T> NStableValue<T> of(Supplier<T> supplier)
of in interface NStableValueFactorypublic <T> NStableValue<T> of(String id, Supplier<T> supplier)
of in interface NStableValueFactorypublic NStableValueModel load(String id)
public void save(NStableValueModel rateLimitValue)
Copyright © 2025 vpc open source initiative. All rights reserved.