Package com.intergral.deep.tests.grpc
Class TestPollService
- java.lang.Object
-
- com.intergral.deep.proto.poll.v1.PollConfigGrpc.PollConfigImplBase
-
- com.intergral.deep.tests.grpc.TestPollService
-
- All Implemented Interfaces:
io.grpc.BindableService
public class TestPollService extends com.intergral.deep.proto.poll.v1.PollConfigGrpc.PollConfigImplBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TestPollService.ICallback
-
Constructor Summary
Constructors Constructor Description TestPollService(TestPollService.ICallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
poll(com.intergral.deep.proto.poll.v1.PollRequest request, io.grpc.stub.StreamObserver<com.intergral.deep.proto.poll.v1.PollResponse> responseObserver)
-
-
-
Constructor Detail
-
TestPollService
public TestPollService(TestPollService.ICallback callback)
-
-