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

Method directExecutor

api/src/main/java/io/grpc/ServerBuilder.java:61–61  ·  view source on GitHub ↗

Execute application code directly in the transport thread. Depending on the underlying transport, using a direct executor may lead to substantial performance improvements. However, it also requires the application to not block under any circumstances. Calling this method is semantically equi

()

Source from the content-addressed store, hash-verified

59 * @since 1.0.0
60 */
61 public abstract T directExecutor();
62
63 /**
64 * Provides a custom executor.

Callers 15

createMethod · 0.45
createPendingEntryMethod · 0.45
setUpMethod · 0.45
createOobChannelMethod · 0.45
methodNotFoundMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
createOobChannelMethod · 0.36
methodNotFoundMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36