Class LeaderboardGrpc.LeaderboardBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<LeaderboardGrpc.LeaderboardBlockingStub>
-
- com.streamlayer.interactive.leaderboard.LeaderboardGrpc.LeaderboardBlockingStub
-
- Enclosing class:
- LeaderboardGrpc
public static final class LeaderboardGrpc.LeaderboardBlockingStub extends io.grpc.stub.AbstractBlockingStub<LeaderboardGrpc.LeaderboardBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Leaderboard.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LeaderboardGrpc.LeaderboardBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)EventLeaderboardResponseeventLeaderboard(EventLeaderboardRequest request)EventLeaderboardsResponseeventLeaderboards(EventLeaderboardsRequest request)ListResponselist(ListRequest request)SummaryResponsesummary(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 LeaderboardGrpc.LeaderboardBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LeaderboardGrpc.LeaderboardBlockingStub>
-
list
public ListResponse list(ListRequest request)
-
summary
public SummaryResponse summary(SummaryRequest request)
-
eventLeaderboards
public EventLeaderboardsResponse eventLeaderboards(EventLeaderboardsRequest request)
-
eventLeaderboard
public EventLeaderboardResponse eventLeaderboard(EventLeaderboardRequest request)
-
-