| Class | Description |
|---|---|
| AbstractConsumerProvider | |
| ConsumerProviderManager | |
| InvokerUtils | |
| ReactiveResponseExecutor |
reactive场景,就地执行即可
|
| ReferenceConfig | |
| SyncResponseExecutor |
业务线程在阻塞等待着,不必另起线程
将应答流程包装为Runnable,先唤醒业务线程,再在业务线程中执行runnable
|
Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.