Class GamesGrpc.GamesBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GamesGrpc.GamesBlockingStub>
-
- com.streamlayer.sportsdata.client.games.GamesGrpc.GamesBlockingStub
-
- Enclosing class:
- GamesGrpc
public static final class GamesGrpc.GamesBlockingStub extends io.grpc.stub.AbstractBlockingStub<GamesGrpc.GamesBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Games.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GamesGrpc.GamesBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GamesListResponsegamesList(GamesListRequest request)java.util.Iterator<GamesListResponse>gamesListSubscription(GamesListSubscriptionRequest request)LeaguesListResponseleaguesList(LeaguesListRequest 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 GamesGrpc.GamesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GamesGrpc.GamesBlockingStub>
-
gamesList
public GamesListResponse gamesList(GamesListRequest request)
-
gamesListSubscription
public java.util.Iterator<GamesListResponse> gamesListSubscription(GamesListSubscriptionRequest request)
-
leaguesList
public LeaguesListResponse leaguesList(LeaguesListRequest request)
-
-