Package xyz.block.ftl.timeline.v1
Class TimelineServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/timeline/v1/timeline.proto") public final class TimelineServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTimelineServiceGrpc.AsyncServicepublic abstract classTimelineServiceGrpc.TimelineServiceImplBaseBase class for the server implementation of the service TimelineService.
public final classTimelineServiceGrpc.TimelineServiceStubA stub to allow clients to do asynchronous rpc calls to service TimelineService.
public final classTimelineServiceGrpc.TimelineServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service TimelineService.
public final classTimelineServiceGrpc.TimelineServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TimelineService.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<PingRequest, PingResponse>getPingMethod()static MethodDescriptor<GetTimelineRequest, GetTimelineResponse>getGetTimelineMethod()static MethodDescriptor<StreamTimelineRequest, StreamTimelineResponse>getStreamTimelineMethod()static MethodDescriptor<CreateEventsRequest, CreateEventsResponse>getCreateEventsMethod()static MethodDescriptor<DeleteOldEventsRequest, DeleteOldEventsResponse>getDeleteOldEventsMethod()static TimelineServiceGrpc.TimelineServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static TimelineServiceGrpc.TimelineServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static TimelineServiceGrpc.TimelineServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(TimelineServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetTimelineMethod
static MethodDescriptor<GetTimelineRequest, GetTimelineResponse> getGetTimelineMethod()
-
getStreamTimelineMethod
static MethodDescriptor<StreamTimelineRequest, StreamTimelineResponse> getStreamTimelineMethod()
-
getCreateEventsMethod
static MethodDescriptor<CreateEventsRequest, CreateEventsResponse> getCreateEventsMethod()
-
getDeleteOldEventsMethod
static MethodDescriptor<DeleteOldEventsRequest, DeleteOldEventsResponse> getDeleteOldEventsMethod()
-
newStub
static TimelineServiceGrpc.TimelineServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static TimelineServiceGrpc.TimelineServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static TimelineServiceGrpc.TimelineServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(TimelineServiceGrpc.AsyncService service)
-
-
-
-