Interface EventServiceAsync
-
- All Implemented Interfaces:
public interface EventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEventServiceAsync.WithRawResponseA view of EventServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract EventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract EventServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<EventListPageAsync> list(String sessionId)
List Events
-
list
CompletableFuture<EventListPageAsync> list(String sessionId, EventListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<EventListPageAsync> list(String sessionId, EventListParams params)
-
list
abstract CompletableFuture<EventListPageAsync> list(EventListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<EventListPageAsync> list(EventListParams params)
-
list
CompletableFuture<EventListPageAsync> list(String sessionId, RequestOptions requestOptions)
-
send
CompletableFuture<BetaManagedAgentsSendSessionEvents> send(String sessionId, EventSendParams params)
Send Events
-
send
CompletableFuture<BetaManagedAgentsSendSessionEvents> send(String sessionId, EventSendParams params, RequestOptions requestOptions)
-
send
abstract CompletableFuture<BetaManagedAgentsSendSessionEvents> send(EventSendParams params, RequestOptions requestOptions)
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionEvents> streamStreaming(String sessionId)
Stream Events
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionEvents> streamStreaming(String sessionId, EventStreamParams params, RequestOptions requestOptions)
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionEvents> streamStreaming(String sessionId, EventStreamParams params)
-
streamStreaming
abstract AsyncStreamResponse<BetaManagedAgentsStreamSessionEvents> streamStreaming(EventStreamParams params, RequestOptions requestOptions)
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionEvents> streamStreaming(EventStreamParams params)
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionEvents> streamStreaming(String sessionId, RequestOptions requestOptions)
-
-
-
-