Package ai.blip.deckard
Class DeckardGrpc
- java.lang.Object
-
- ai.blip.deckard.DeckardGrpc
-
public final class DeckardGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeckardGrpc.AsyncServicestatic classDeckardGrpc.DeckardBlockingStubA stub to allow clients to do synchronous rpc calls to service Deckard.static classDeckardGrpc.DeckardFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Deckard.static classDeckardGrpc.DeckardImplBaseBase class for the server implementation of the service Deckard.static classDeckardGrpc.DeckardStubA stub to allow clients to do asynchronous rpc calls to service Deckard.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(DeckardGrpc.AsyncService service)static io.grpc.MethodDescriptor<AckRequest,AckResponse>getAckMethod()static io.grpc.MethodDescriptor<AddRequest,AddResponse>getAddMethod()static io.grpc.MethodDescriptor<CountRequest,CountResponse>getCountMethod()static io.grpc.MethodDescriptor<EditQueueRequest,EditQueueResponse>getEditQueueMethod()static io.grpc.MethodDescriptor<FlushRequest,FlushResponse>getFlushMethod()static io.grpc.MethodDescriptor<GetByIdRequest,GetByIdResponse>getGetByIdMethod()static io.grpc.MethodDescriptor<GetQueueRequest,GetQueueResponse>getGetQueueMethod()static io.grpc.MethodDescriptor<AckRequest,AckResponse>getNackMethod()static io.grpc.MethodDescriptor<PullRequest,PullResponse>getPullMethod()static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse>getRemoveMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static DeckardGrpc.DeckardBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DeckardGrpc.DeckardFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DeckardGrpc.DeckardStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAddMethod
public static io.grpc.MethodDescriptor<AddRequest,AddResponse> getAddMethod()
-
getPullMethod
public static io.grpc.MethodDescriptor<PullRequest,PullResponse> getPullMethod()
-
getAckMethod
public static io.grpc.MethodDescriptor<AckRequest,AckResponse> getAckMethod()
-
getNackMethod
public static io.grpc.MethodDescriptor<AckRequest,AckResponse> getNackMethod()
-
getCountMethod
public static io.grpc.MethodDescriptor<CountRequest,CountResponse> getCountMethod()
-
getRemoveMethod
public static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> getRemoveMethod()
-
getFlushMethod
public static io.grpc.MethodDescriptor<FlushRequest,FlushResponse> getFlushMethod()
-
getGetByIdMethod
public static io.grpc.MethodDescriptor<GetByIdRequest,GetByIdResponse> getGetByIdMethod()
-
getEditQueueMethod
public static io.grpc.MethodDescriptor<EditQueueRequest,EditQueueResponse> getEditQueueMethod()
-
getGetQueueMethod
public static io.grpc.MethodDescriptor<GetQueueRequest,GetQueueResponse> getGetQueueMethod()
-
newStub
public static DeckardGrpc.DeckardStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DeckardGrpc.DeckardBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DeckardGrpc.DeckardFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DeckardGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-