Class OrganizationSportsdataGrpc.OrganizationSportsdataStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<OrganizationSportsdataGrpc.OrganizationSportsdataStub>
-
- com.streamlayer.sdkSettings.organization.sportsdata.OrganizationSportsdataGrpc.OrganizationSportsdataStub
-
- Enclosing class:
- OrganizationSportsdataGrpc
public static final class OrganizationSportsdataGrpc.OrganizationSportsdataStub extends io.grpc.stub.AbstractAsyncStub<OrganizationSportsdataGrpc.OrganizationSportsdataStub>
A stub to allow clients to do asynchronous rpc calls to service OrganizationSportsdata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationSportsdataGrpc.OrganizationSportsdataStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidleaguesList(LeaguesListRequest request, io.grpc.stub.StreamObserver<LeaguesListResponse> responseObserver)voidleaguesListClient(LeaguesListClientRequest request, io.grpc.stub.StreamObserver<LeaguesListClientResponse> responseObserver)voidupdateLeagues(UpdateLeaguesRequest request, io.grpc.stub.StreamObserver<UpdateLeaguesResponse> 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 OrganizationSportsdataGrpc.OrganizationSportsdataStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<OrganizationSportsdataGrpc.OrganizationSportsdataStub>
-
leaguesList
public void leaguesList(LeaguesListRequest request, io.grpc.stub.StreamObserver<LeaguesListResponse> responseObserver)
-
updateLeagues
public void updateLeagues(UpdateLeaguesRequest request, io.grpc.stub.StreamObserver<UpdateLeaguesResponse> responseObserver)
-
leaguesListClient
public void leaguesListClient(LeaguesListClientRequest request, io.grpc.stub.StreamObserver<LeaguesListClientResponse> responseObserver)
-
-