Skip to content

Commit

Permalink
No dispatcher -> no thread prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Oct 31, 2024
1 parent 24a40ad commit a8547dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/
@PublicApi(since = "3.0.0")
public interface GrpcServerTransport extends LifecycleComponent, ReportingService<GrpcInfo> {
String GRPC_SERVER_WORKER_THREAD_NAME_PREFIX = "grpc_server_worker";
BoundTransportAddress boundAddress();
GrpcInfo info();
GrpcStats stats();
Expand Down

0 comments on commit a8547dd

Please sign in to comment.