Interface ChannelFactory (2.48.1)

public interface ChannelFactory

This interface represents a factory for creating one ManagedChannel

This is public only for technical reasons, for advanced usage.

Methods

createSingleChannel()

public abstract ManagedChannel createSingleChannel()
Returns
Type Description
io.grpc.ManagedChannel
Exceptions
Type Description
IOException