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 aList
of the globalinterceptors
that should be applied to all services.services()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.grpc.server.GrpcRouting
createServer, createServer
-
Method Details
-
services
Description copied from interface:GrpcRouting
- Specified by:
services
in interfaceGrpcRouting
- Returns:
- a
List
of theServiceDescriptor
instances contained in thisGrpcRouting
-
interceptors
Description copied from interface:GrpcRouting
Obtain aList
of the globalinterceptors
that should be applied to all services.- Specified by:
interceptors
in interfaceGrpcRouting
- Returns:
- a
List
of the globalinterceptors
that should be applied to all services
-