| Package | Description |
|---|---|
| org.apache.dubbo.rpc.protocol.tri.call | |
| org.apache.dubbo.rpc.protocol.tri.observer |
| Modifier and Type | Class and Description |
|---|---|
class |
TripleClientCall |
| Modifier and Type | Method and Description |
|---|---|
void |
UnaryClientCallListener.onStart(ClientCall call) |
void |
ObserverToClientCallListenerAdapter.onStart(ClientCall call) |
void |
ClientCall.Listener.onStart(ClientCall call)
Called when the call is started, user can use this to set some configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObserverToClientCallListenerAdapter.setOnStartConsumer(Consumer<ClientCall> onStartConsumer) |
| Constructor and Description |
|---|
ClientCallToObserverAdapter(ClientCall call) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.