public class NBulkheadCallFactoryImpl extends Object implements net.thevpc.nuts.concurrent.NBulkheadCallFactory
| Constructor and Description |
|---|
NBulkheadCallFactoryImpl(net.thevpc.nuts.concurrent.NBulkheadCallBackend backend,
net.thevpc.nuts.concurrent.NBulkheadCallStore store) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.concurrent.NBulkheadCallBackend |
backend() |
<T> net.thevpc.nuts.concurrent.NBulkheadCall<T> |
bulkheadCall(net.thevpc.nuts.concurrent.NCallable<T> callable) |
<T> net.thevpc.nuts.concurrent.NBulkheadCall<T> |
bulkheadCall(String id,
net.thevpc.nuts.concurrent.NCallable<T> callable) |
net.thevpc.nuts.concurrent.NBulkheadCallStore |
store() |
net.thevpc.nuts.concurrent.NBulkheadCallFactory |
withBackend(net.thevpc.nuts.concurrent.NBulkheadCallBackend backend) |
net.thevpc.nuts.concurrent.NBulkheadCallFactory |
withStore(net.thevpc.nuts.concurrent.NBulkheadCallStore store) |
public NBulkheadCallFactoryImpl(net.thevpc.nuts.concurrent.NBulkheadCallBackend backend,
net.thevpc.nuts.concurrent.NBulkheadCallStore store)
public <T> net.thevpc.nuts.concurrent.NBulkheadCall<T> bulkheadCall(net.thevpc.nuts.concurrent.NCallable<T> callable)
bulkheadCall in interface net.thevpc.nuts.concurrent.NBulkheadCallFactorypublic <T> net.thevpc.nuts.concurrent.NBulkheadCall<T> bulkheadCall(String id, net.thevpc.nuts.concurrent.NCallable<T> callable)
bulkheadCall in interface net.thevpc.nuts.concurrent.NBulkheadCallFactorypublic net.thevpc.nuts.concurrent.NBulkheadCallFactory withStore(net.thevpc.nuts.concurrent.NBulkheadCallStore store)
withStore in interface net.thevpc.nuts.concurrent.NBulkheadCallFactorypublic net.thevpc.nuts.concurrent.NBulkheadCallFactory withBackend(net.thevpc.nuts.concurrent.NBulkheadCallBackend backend)
withBackend in interface net.thevpc.nuts.concurrent.NBulkheadCallFactorypublic net.thevpc.nuts.concurrent.NBulkheadCallBackend backend()
backend in interface net.thevpc.nuts.concurrent.NBulkheadCallFactorypublic net.thevpc.nuts.concurrent.NBulkheadCallStore store()
store in interface net.thevpc.nuts.concurrent.NBulkheadCallFactoryCopyright © 2026 vpc open source initiative. All rights reserved.