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

Method unbind

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

Unbind from the remote service if connected. Observers will be notified with reason code CANCELLED. Subsequent calls to #bind() (or this method) will have no effect.

()

Source from the content-addressed store, hash-verified

94 * <p>Subsequent calls to {@link #bind()} (or this method) will have no effect.
95 */
96 @AnyThread
97 void unbind();
98}

Callers 6

testUnbindMethod · 0.65
testBindUnbindMethod · 0.65
testBindUnbindQuicklyMethod · 0.65
testUnbindBindMethod · 0.65
notifyTerminatedMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 5

testUnbindMethod · 0.52
testBindUnbindMethod · 0.52
testBindUnbindQuicklyMethod · 0.52
testUnbindBindMethod · 0.52