Class PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub>
tech.skworks.tachyon.service.contracts.player.data.PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub
- Enclosing class:
PlayerDataServiceGrpc
public static class PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service PlayerDataService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) pullProfile(PullProfileRequest request) com.google.protobuf.EmptypushProfile(PushProfileRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub>
-
pullProfile
- Throws:
io.grpc.StatusException
-
pushProfile
public com.google.protobuf.Empty pushProfile(PushProfileRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-