MCPcopy Create free account
hub / github.com/grpc/grpc-java / bind

Method bind

binder/src/main/java/io/grpc/binder/internal/Bindable.java:71–71  ·  view source on GitHub ↗

Attempt to bind with the remote service. Calling this multiple times or after #unbind() has no effect.

()

Source from the content-addressed store, hash-verified

69 * <p>Calling this multiple times or after {@link #unbind()} has no effect.
70 */
71 @AnyThread
72 void bind();
73
74 /**

Callers 15

bindMethod · 0.65
startMethod · 0.65
startMethod · 0.65
testBindMethod · 0.65
testBindingIntentMethod · 0.65
testBindUnbindMethod · 0.65
testBindUnbindQuicklyMethod · 0.65
testUnbindBindMethod · 0.65
testBindFailureMethod · 0.65

Implementers 1

ServiceBindingbinder/src/main/java/io/grpc/binder/in

Calls

no outgoing calls

Tested by 15

startMethod · 0.52
testBindMethod · 0.52
testBindingIntentMethod · 0.52
testBindUnbindMethod · 0.52
testBindUnbindQuicklyMethod · 0.52
testUnbindBindMethod · 0.52
testBindFailureMethod · 0.52
testBindDisconnectMethod · 0.52