public abstract class AbstractOwnRxInvoker extends AbstractRxInvoker
| Constructor and Description |
|---|
AbstractOwnRxInvoker(Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OwnServiceUnit |
findUnit(DefinitionContext context) |
protected CompletableFuture |
futureInvoke(DefinitionContext runtimeContext,
Object[] args) |
protected abstract ClientSideContext |
getContext() |
protected abstract org.slf4j.Logger |
getLogger() |
protected abstract Level |
getLoggingLevel() |
protected static JSONSerializer |
getSerializer() |
protected abstract void |
send(RequestPackage requestPackage) |
buildSyncInstance, invoke, invokeAsyncbuildContext, getDefinitionContext, getDestination, isMockpublic AbstractOwnRxInvoker(Destination destination)
protected static JSONSerializer getSerializer()
protected abstract ClientSideContext getContext()
protected abstract OwnServiceUnit findUnit(DefinitionContext context)
protected abstract Level getLoggingLevel()
protected CompletableFuture futureInvoke(DefinitionContext runtimeContext, Object[] args)
futureInvoke in class AbstractRxInvokerprotected abstract org.slf4j.Logger getLogger()
protected abstract void send(RequestPackage requestPackage) throws Throwable
ThrowableCopyright © 2020. All rights reserved.