java.lang.Object
io.helidon.grpc.server.GrpcRoutingImpl
- All Implemented Interfaces:
GrpcRouting
An implementation of
GrpcRouting.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.grpc.server.GrpcRouting
GrpcRouting.Builder -
Method Summary
Modifier and TypeMethodDescriptionPriorityBag<io.grpc.ServerInterceptor>Obtain aListof the globalinterceptorsthat should be applied to all services.services()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.grpc.server.GrpcRouting
createServer, createServer
-
Method Details
-
services
Description copied from interface:GrpcRouting- Specified by:
servicesin interfaceGrpcRouting- Returns:
- a
Listof theServiceDescriptorinstances contained in thisGrpcRouting
-
interceptors
Description copied from interface:GrpcRoutingObtain aListof the globalinterceptorsthat should be applied to all services.- Specified by:
interceptorsin interfaceGrpcRouting- Returns:
- a
Listof the globalinterceptorsthat should be applied to all services
-