Package xyz.block.ftl.timeline.v1
Class TimelineServiceGrpc.TimelineServiceFutureStub
-
- All Implemented Interfaces:
public final class TimelineServiceGrpc.TimelineServiceFutureStub extends AbstractFutureStub<S>A stub to allow clients to do ListenableFuture-style rpc calls to service TimelineService.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description ListenableFuture<PingResponse>ping(PingRequest request)Ping service for readinessListenableFuture<GetTimelineResponse>getTimeline(GetTimelineRequest request)Get timeline events with optional filtersListenableFuture<CreateEventsResponse>createEvents(CreateEventsRequest request)ListenableFuture<DeleteOldEventsResponse>deleteOldEvents(DeleteOldEventsRequest request)Delete old events of a specific type-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady -
Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
ListenableFuture<PingResponse> ping(PingRequest request)
Ping service for readiness
-
getTimeline
ListenableFuture<GetTimelineResponse> getTimeline(GetTimelineRequest request)
Get timeline events with optional filters
-
createEvents
ListenableFuture<CreateEventsResponse> createEvents(CreateEventsRequest request)
-
deleteOldEvents
ListenableFuture<DeleteOldEventsResponse> deleteOldEvents(DeleteOldEventsRequest request)
Delete old events of a specific type
-
-
-
-