Package net.bjmsw.hda.vs.proto
Class BuchmacherGrpc.BuchmacherFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<BuchmacherGrpc.BuchmacherFutureStub>
net.bjmsw.hda.vs.proto.BuchmacherGrpc.BuchmacherFutureStub
- Enclosing class:
BuchmacherGrpc
public static final class BuchmacherGrpc.BuchmacherFutureStub
extends io.grpc.stub.AbstractStub<BuchmacherGrpc.BuchmacherFutureStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBuchmacherFutureStub(io.grpc.Channel channel) privateBuchmacherFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected BuchmacherGrpc.BuchmacherFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GeneralStatusResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetAllBuchmacherAndTheirSpieleResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetAllSpieleResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetWettangeboteForBuchmacherResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetWettangeboteForSpielResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetWettenForBuchmacherResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GeneralStatusResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.LoginResponse> login(BuchmacherOuterClass.LoginRequest request) com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.WetteAnbietenResponse> com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GeneralStatusResponse> Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
BuchmacherFutureStub
private BuchmacherFutureStub(io.grpc.Channel channel) -
BuchmacherFutureStub
private BuchmacherFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected BuchmacherGrpc.BuchmacherFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<BuchmacherGrpc.BuchmacherFutureStub>
-
login
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.LoginResponse> login(BuchmacherOuterClass.LoginRequest request) -
wetteAnbieten
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.WetteAnbietenResponse> wetteAnbieten(BuchmacherOuterClass.WetteAnbietenRequest request) -
getWettangeboteForSpiel
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetWettangeboteForSpielResponse> getWettangeboteForSpiel(BuchmacherOuterClass.GetWettangeboteForSpielRequest request) -
getWettenForBuchmacher
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetWettenForBuchmacherResponse> getWettenForBuchmacher(BuchmacherOuterClass.GetWettenForBuchmacherRequest request) -
getWettangeboteForBuchmacher
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetWettangeboteForBuchmacherResponse> getWettangeboteForBuchmacher(BuchmacherOuterClass.GetWettangeboteForBuchmacherRequest request) -
getAllSpiele
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetAllSpieleResponse> getAllSpiele(BuchmacherOuterClass.GetAllSpieleRequest request) -
getAllBuchmacherAndTheirSpiele
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GetAllBuchmacherAndTheirSpieleResponse> getAllBuchmacherAndTheirSpiele(BuchmacherOuterClass.GetAllSpieleRequest request) -
insertWettangebot
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GeneralStatusResponse> insertWettangebot(BuchmacherOuterClass.GeneralWettangebotRequest request) -
deleteWettangebot
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GeneralStatusResponse> deleteWettangebot(BuchmacherOuterClass.GeneralWettangebotRequest request) -
wetteTauschen
public com.google.common.util.concurrent.ListenableFuture<BuchmacherOuterClass.GeneralStatusResponse> wetteTauschen(BuchmacherOuterClass.WetteTauschenRequest request)
-