public abstract class AbstractOwnRxInvoker extends AbstractRxInvoker
| 构造器和说明 |
|---|
AbstractOwnRxInvoker(Destination destination) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 AbstractRxInvokerprotected abstract org.slf4j.Logger getLogger()
protected abstract void send(RequestPackage requestPackage) throws Throwable
ThrowableCopyright © 2020. All rights reserved.