Interface TransportChannel

  • All Superinterfaces:
    java.lang.AutoCloseable, BackgroundResource

    @InternalExtensionOnly
    public interface TransportChannel
    extends BackgroundResource
    Class whose instances can issue RPCs on a particular transport.
    • Method Detail

      • getTransportName

        java.lang.String getTransportName()
        The name of the transport.

        This string can be used for identifying transports for switching logic.