Class EventServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.sessions.threads.EventService
public final class EventServiceImpl implements EventService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EventService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EventServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. EventListPagelist(EventListParams params, RequestOptions requestOptions)StreamResponse<BetaManagedAgentsStreamSessionThreadEvents>streamStreaming(EventStreamParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.sessions.threads.EventService
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
-
withRawResponse
EventService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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(EventListParams params, RequestOptions requestOptions)
-
streamStreaming
StreamResponse<BetaManagedAgentsStreamSessionThreadEvents> streamStreaming(EventStreamParams params, RequestOptions requestOptions)
-
-
-
-