public class NBulkheadCallFactoryImpl extends Object implements NBulkheadCallFactory
| Constructor and Description |
|---|
NBulkheadCallFactoryImpl(NBulkheadCallBackend backend,
NBulkheadCallStore store) |
| Modifier and Type | Method and Description |
|---|---|
<T> NBulkheadCall<T> |
bulkheadCall(NCallable<T> callable) |
<T> NBulkheadCall<T> |
bulkheadCall(String id,
NCallable<T> callable) |
NBulkheadCallBackend |
getBackend() |
NBulkheadCallStore |
getStore() |
NBulkheadCallFactory |
withBackend(NBulkheadCallBackend backend) |
NBulkheadCallFactory |
withStore(NBulkheadCallStore store) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofpublic NBulkheadCallFactoryImpl(NBulkheadCallBackend backend, NBulkheadCallStore store)
public <T> NBulkheadCall<T> bulkheadCall(NCallable<T> callable)
bulkheadCall in interface NBulkheadCallFactorypublic <T> NBulkheadCall<T> bulkheadCall(String id, NCallable<T> callable)
bulkheadCall in interface NBulkheadCallFactorypublic NBulkheadCallFactory withStore(NBulkheadCallStore store)
withStore in interface NBulkheadCallFactorypublic NBulkheadCallFactory withBackend(NBulkheadCallBackend backend)
withBackend in interface NBulkheadCallFactorypublic NBulkheadCallBackend getBackend()
getBackend in interface NBulkheadCallFactorypublic NBulkheadCallStore getStore()
getStore in interface NBulkheadCallFactoryCopyright © 2025 vpc open source initiative. All rights reserved.