Interface ChannelFactory (2.18.2)

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
TypeDescription
io.grpc.ManagedChannel
Exceptions
TypeDescription
IOException