Package net.bjmsw.hda.vs.proto
Class BuchmacherGrpc.BuchmacherBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<BuchmacherGrpc.BuchmacherBlockingStub>
net.bjmsw.hda.vs.proto.BuchmacherGrpc.BuchmacherBlockingStub
- Enclosing class:
- BuchmacherGrpc
public static final class BuchmacherGrpc.BuchmacherBlockingStub
extends io.grpc.stub.AbstractStub<BuchmacherGrpc.BuchmacherBlockingStub>
-
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
ConstructorsModifierConstructorDescriptionprivateBuchmacherBlockingStub(io.grpc.Channel channel) privateBuchmacherBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected BuchmacherGrpc.BuchmacherBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) login(BuchmacherOuterClass.LoginRequest request) 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
-
BuchmacherBlockingStub
private BuchmacherBlockingStub(io.grpc.Channel channel) -
BuchmacherBlockingStub
private BuchmacherBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected BuchmacherGrpc.BuchmacherBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<BuchmacherGrpc.BuchmacherBlockingStub>
-
login
-
wetteAnbieten
public BuchmacherOuterClass.WetteAnbietenResponse wetteAnbieten(BuchmacherOuterClass.WetteAnbietenRequest request) -
getWettangeboteForSpiel
public BuchmacherOuterClass.GetWettangeboteForSpielResponse getWettangeboteForSpiel(BuchmacherOuterClass.GetWettangeboteForSpielRequest request) -
getWettenForBuchmacher
public BuchmacherOuterClass.GetWettenForBuchmacherResponse getWettenForBuchmacher(BuchmacherOuterClass.GetWettenForBuchmacherRequest request) -
getWettangeboteForBuchmacher
public BuchmacherOuterClass.GetWettangeboteForBuchmacherResponse getWettangeboteForBuchmacher(BuchmacherOuterClass.GetWettangeboteForBuchmacherRequest request) -
getAllSpiele
public BuchmacherOuterClass.GetAllSpieleResponse getAllSpiele(BuchmacherOuterClass.GetAllSpieleRequest request) -
getAllBuchmacherAndTheirSpiele
public BuchmacherOuterClass.GetAllBuchmacherAndTheirSpieleResponse getAllBuchmacherAndTheirSpiele(BuchmacherOuterClass.GetAllSpieleRequest request) -
insertWettangebot
public BuchmacherOuterClass.GeneralStatusResponse insertWettangebot(BuchmacherOuterClass.GeneralWettangebotRequest request) -
deleteWettangebot
public BuchmacherOuterClass.GeneralStatusResponse deleteWettangebot(BuchmacherOuterClass.GeneralWettangebotRequest request) -
wetteTauschen
public BuchmacherOuterClass.GeneralStatusResponse wetteTauschen(BuchmacherOuterClass.WetteTauschenRequest request)
-