Package org.apache.dubbo.rpc.stub
Class StubSuppliers
java.lang.Object
org.apache.dubbo.rpc.stub.StubSuppliers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddDescriptor(String interfaceName, ServiceDescriptor serviceDescriptor) static voidaddSupplier(String interfaceName, Function<Invoker<?>, Object> supplier) static <T> TcreateStub(String interfaceName, Invoker<T> invoker) static ServiceDescriptorgetServiceDescriptor(String interfaceName)
-
Constructor Details
-
StubSuppliers
public StubSuppliers()
-
-
Method Details
-
addDescriptor
-
addSupplier
-
createStub
-
getServiceDescriptor
-