mirror of https://github.com/grpc/grpc-java.git
Add a javadoc for AbstractChannelBuilder.buildEssentials
This commit is contained in:
parent
9b733b57e0
commit
7d3d80e69f
|
|
@ -180,5 +180,10 @@ public abstract class AbstractChannelBuilder<BuilderT extends AbstractChannelBui
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Children of AbstractChannelBuilder should override this method to provide transport specific
|
||||
* information for the channel. This method is mean for Transport implementors and should not be
|
||||
* used by normal users.
|
||||
*/
|
||||
protected abstract ChannelEssentials buildEssentials();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue