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