Class MessagingServiceGrpc.MessagingServiceImplBase
java.lang.Object
org.springframework.cloud.function.grpc.MessagingServiceGrpc.MessagingServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService, MessagingServiceGrpc.AsyncService
- Direct Known Subclasses:
GrpcServerMessageHandler
- Enclosing class:
MessagingServiceGrpc
public abstract static class MessagingServiceGrpc.MessagingServiceImplBase
extends Object
implements io.grpc.BindableService, MessagingServiceGrpc.AsyncService
Base class for the server implementation of the service MessagingService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MessagingServiceGrpc.AsyncService
biStream, clientStream, requestReply, serverStream
-
Constructor Details
-
MessagingServiceImplBase
public MessagingServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-