public class NOnceValueFactoryImpl extends Object implements net.thevpc.nuts.concurrent.NOnceValueFactory
| Constructor and Description |
|---|
NOnceValueFactoryImpl(net.thevpc.nuts.concurrent.NOnceValueStore store) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.concurrent.NOnceValueModel |
load(String id) |
<T> net.thevpc.nuts.concurrent.NOnceValue<T> |
of(String id,
Supplier<T> supplier) |
<T> net.thevpc.nuts.concurrent.NOnceValue<T> |
of(Supplier<T> supplier) |
void |
save(net.thevpc.nuts.concurrent.NOnceValueModel rateLimitValue) |
net.thevpc.nuts.concurrent.NOnceValueStore |
store() |
net.thevpc.nuts.concurrent.NOnceValueFactory |
withStore(net.thevpc.nuts.concurrent.NOnceValueStore store) |
public NOnceValueFactoryImpl(net.thevpc.nuts.concurrent.NOnceValueStore store)
public net.thevpc.nuts.concurrent.NOnceValueFactory withStore(net.thevpc.nuts.concurrent.NOnceValueStore store)
withStore in interface net.thevpc.nuts.concurrent.NOnceValueFactorypublic net.thevpc.nuts.concurrent.NOnceValueStore store()
store in interface net.thevpc.nuts.concurrent.NOnceValueFactorypublic <T> net.thevpc.nuts.concurrent.NOnceValue<T> of(Supplier<T> supplier)
of in interface net.thevpc.nuts.concurrent.NOnceValueFactorypublic <T> net.thevpc.nuts.concurrent.NOnceValue<T> of(String id, Supplier<T> supplier)
of in interface net.thevpc.nuts.concurrent.NOnceValueFactorypublic net.thevpc.nuts.concurrent.NOnceValueModel load(String id)
public void save(net.thevpc.nuts.concurrent.NOnceValueModel rateLimitValue)
Copyright © 2026 vpc open source initiative. All rights reserved.