Package com.streamlayer.inplay.bets
Class BetsGrpc.BetsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<BetsGrpc.BetsBlockingStub>
-
- com.streamlayer.inplay.bets.BetsGrpc.BetsBlockingStub
-
- Enclosing class:
- BetsGrpc
public static final class BetsGrpc.BetsBlockingStub extends io.grpc.stub.AbstractBlockingStub<BetsGrpc.BetsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Bets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BetsGrpc.BetsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)ConfirmResponseconfirm(ConfirmRequest request)ListResponselist(ListRequest request)PlaceResponseplace(PlaceRequest 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 BetsGrpc.BetsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BetsGrpc.BetsBlockingStub>
-
place
public PlaceResponse place(PlaceRequest request)
-
confirm
public ConfirmResponse confirm(ConfirmRequest request)
-
list
public ListResponse list(ListRequest request)
-
-