Class OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub>
-
- com.streamlayer.sdkSettings.organization.sportsdata.OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub
-
- Enclosing class:
- OrganizationSportsdataGrpc
public static final class OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub extends io.grpc.stub.AbstractFutureStub<OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service OrganizationSportsdata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationSportsdataGrpc.OrganizationSportsdataFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<LeaguesListResponse>leaguesList(LeaguesListRequest request)com.google.common.util.concurrent.ListenableFuture<LeaguesListClientResponse>leaguesListClient(LeaguesListClientRequest request)com.google.common.util.concurrent.ListenableFuture<UpdateLeaguesResponse>updateLeagues(UpdateLeaguesRequest 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 OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationSportsdataGrpc.OrganizationSportsdataFutureStub>
-
leaguesList
public com.google.common.util.concurrent.ListenableFuture<LeaguesListResponse> leaguesList(LeaguesListRequest request)
-
updateLeagues
public com.google.common.util.concurrent.ListenableFuture<UpdateLeaguesResponse> updateLeagues(UpdateLeaguesRequest request)
-
leaguesListClient
public com.google.common.util.concurrent.ListenableFuture<LeaguesListClientResponse> leaguesListClient(LeaguesListClientRequest request)
-
-