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