Package org.apache.dubbo.rpc.stub
Class BiStreamMethodHandler<T,R>
java.lang.Object
org.apache.dubbo.rpc.stub.BiStreamMethodHandler<T,R>
- All Implemented Interfaces:
StubMethodHandler<T,R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInvoke method
-
Constructor Details
-
BiStreamMethodHandler
-
-
Method Details
-
invoke
Description copied from interface:StubMethodHandlerInvoke method- Specified by:
invokein interfaceStubMethodHandler<T,R> - Parameters:
arguments- may containStreamObserveror just single request instance.- Returns:
- an Async or Sync future
-