Interface ServletAdapter.AdapterConstructor<T>

Enclosing class:
ServletAdapter

public static interface ServletAdapter.AdapterConstructor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(io.grpc.internal.ServerTransportListener sharedListener, List<? extends io.grpc.ServerStreamTracer.Factory> streamTracerFactories, int maxInboundMessageSize, io.grpc.Attributes attributes)
     
  • Method Details

    • newInstance

      T newInstance(io.grpc.internal.ServerTransportListener sharedListener, List<? extends io.grpc.ServerStreamTracer.Factory> streamTracerFactories, int maxInboundMessageSize, io.grpc.Attributes attributes)