Package com.streamlayer.inplay
Class InPlayGrpc.InPlayStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<InPlayGrpc.InPlayStub>
-
- com.streamlayer.inplay.InPlayGrpc.InPlayStub
-
- Enclosing class:
- InPlayGrpc
public static final class InPlayGrpc.InPlayStub extends io.grpc.stub.AbstractAsyncStub<InPlayGrpc.InPlayStub>
A stub to allow clients to do asynchronous rpc calls to service InPlay.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InPlayGrpc.InPlayStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidleaguesBySport(LeaguesBySportRequest request, io.grpc.stub.StreamObserver<LeaguesBySportResponse> responseObserver)voidlistSports(ListSportsRequest request, io.grpc.stub.StreamObserver<ListSportsResponse> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected InPlayGrpc.InPlayStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<InPlayGrpc.InPlayStub>
-
listSports
public void listSports(ListSportsRequest request, io.grpc.stub.StreamObserver<ListSportsResponse> responseObserver)
-
leaguesBySport
public void leaguesBySport(LeaguesBySportRequest request, io.grpc.stub.StreamObserver<LeaguesBySportResponse> responseObserver)
-
-