public class SyncToRxInvoker extends AbstractRxInvoker
| Constructor and Description |
|---|
SyncToRxInvoker(Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
buildContext(Class concreteClass,
Method method) |
io.reactivex.Observable |
invoke(RuntimeContext runtimeContext,
Object... args)
执行逻辑,不需要考虑切片
|
buildSyncInstance, findTargetMethod, getExecutorService, getRuntimeContext, invokegetDestination, isMockpublic SyncToRxInvoker(Destination destination)
public ServiceContext buildContext(Class concreteClass, Method method)
buildContext in class AbstractInvokerpublic io.reactivex.Observable invoke(RuntimeContext runtimeContext, Object... args)
AbstractRxInvokerinvoke in class AbstractRxInvokerCopyright © 2018. All rights reserved.