Package com.streamlayer.inplay
Class InPlayGrpc.InPlayBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<InPlayGrpc.InPlayBlockingStub>
-
- com.streamlayer.inplay.InPlayGrpc.InPlayBlockingStub
-
- Enclosing class:
- InPlayGrpc
public static final class InPlayGrpc.InPlayBlockingStub extends io.grpc.stub.AbstractBlockingStub<InPlayGrpc.InPlayBlockingStub>
A stub to allow clients to do synchronous rpc calls to service InPlay.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InPlayGrpc.InPlayBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)LeaguesBySportResponseleaguesBySport(LeaguesBySportRequest request)ListSportsResponselistSports(ListSportsRequest request)-
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.InPlayBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<InPlayGrpc.InPlayBlockingStub>
-
listSports
public ListSportsResponse listSports(ListSportsRequest request)
-
leaguesBySport
public LeaguesBySportResponse leaguesBySport(LeaguesBySportRequest request)
-
-