Package com.streamlayer.sports.events
Class EventsGrpc.EventsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<EventsGrpc.EventsBlockingStub>
-
- com.streamlayer.sports.events.EventsGrpc.EventsBlockingStub
-
- Enclosing class:
- EventsGrpc
public static final class EventsGrpc.EventsBlockingStub extends io.grpc.stub.AbstractBlockingStub<EventsGrpc.EventsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Events.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminSummaryResponseadminSummary(AdminSummaryRequest request)BoxscoreResponseboxscore(BoxscoreRequest request)protected EventsGrpc.EventsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DemoListResponsedemoList(DemoListRequest request)LastGamesResponselastGames(LastGamesRequest request)LineupResponselineup(LineupRequest request)ListResponselist(ListRequest request)PlayByPlayResponseplayByPlay(PlayByPlayRequest request)RetrieveEventIdResponseretrieveEventId(RetrieveEventIdRequest request)ScheduleResponseschedule(ScheduleRequest request)ScheduleDatesResponsescheduleDates(ScheduleDatesRequest request)StandingsResponsestandings(StandingsRequest request)SummaryResponsesummary(SummaryRequest request)java.util.Iterator<SummaryResponse>summarySubscription(SummaryRequest 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 EventsGrpc.EventsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<EventsGrpc.EventsBlockingStub>
-
list
public ListResponse list(ListRequest request)
-
demoList
public DemoListResponse demoList(DemoListRequest request)
-
summary
public SummaryResponse summary(SummaryRequest request)
-
adminSummary
public AdminSummaryResponse adminSummary(AdminSummaryRequest request)
-
boxscore
public BoxscoreResponse boxscore(BoxscoreRequest request)
-
standings
public StandingsResponse standings(StandingsRequest request)
-
playByPlay
public PlayByPlayResponse playByPlay(PlayByPlayRequest request)
-
schedule
public ScheduleResponse schedule(ScheduleRequest request)
-
scheduleDates
public ScheduleDatesResponse scheduleDates(ScheduleDatesRequest request)
-
lineup
public LineupResponse lineup(LineupRequest request)
-
retrieveEventId
public RetrieveEventIdResponse retrieveEventId(RetrieveEventIdRequest request)
-
lastGames
public LastGamesResponse lastGames(LastGamesRequest request)
-
summarySubscription
public java.util.Iterator<SummaryResponse> summarySubscription(SummaryRequest request)
-
-