Package com.streamlayer.social
Class TwitterGrpc.TwitterImplBase
- java.lang.Object
-
- com.streamlayer.social.TwitterGrpc.TwitterImplBase
-
- All Implemented Interfaces:
TwitterGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- TwitterGrpc
public abstract static class TwitterGrpc.TwitterImplBase extends java.lang.Object implements io.grpc.BindableService, TwitterGrpc.AsyncService
Base class for the server implementation of the service Twitter.
-
-
Constructor Summary
Constructors Constructor Description TwitterImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.streamlayer.social.TwitterGrpc.AsyncService
getTweet, subscription, sync, syncTweet
-
-