Class EventServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.sessions.threads.EventServiceAsync.WithRawResponse
public final class EventServiceAsyncImpl.WithRawResponseImpl implements EventServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description EventServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<EventListPageAsync>>list(EventListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<StreamResponse<BetaManagedAgentsStreamSessionThreadEvents>>>streamStreaming(EventStreamParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.sessions.threads.EventServiceAsync.WithRawResponse
list, list, list, streamStreaming, streamStreaming, streamStreaming -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
EventServiceAsync.WithRawResponse 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<HttpResponseFor<EventListPageAsync>> list(EventListParams params, RequestOptions requestOptions)
-
streamStreaming
CompletableFuture<HttpResponseFor<StreamResponse<BetaManagedAgentsStreamSessionThreadEvents>>> streamStreaming(EventStreamParams params, RequestOptions requestOptions)
-
-
-
-