Skip to content

Commit

Permalink
No dispatcher needed for grpc
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 dfca35d commit 24a40ad
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,8 @@
*/
@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();

interface Dispatcher {
// Dispatcher interface needs to change for gRPC flow
}
}

0 comments on commit 24a40ad

Please sign in to comment.