Interface StubFactory<T>

All Known Subinterfaces:
UnspecifiedStubFactory
All Known Implementing Classes:
AbstractStubFactory, BlockingStubFactory, BlockingV2StubFactory, CoroutineStubFactory, FutureStubFactory, ReactorStubFactory, SimpleStubFactory

public interface StubFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Supplier<io.grpc.ManagedChannel> channel, Class<? extends T> type)
     
  • Method Details

    • create

      T create(Supplier<io.grpc.ManagedChannel> channel, Class<? extends T> type)