Uses of Enum Class
org.springframework.ai.anthropic.api.AnthropicApi.EventType
Packages that use AnthropicApi.EventType
-
Uses of AnthropicApi.EventType in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.EventTypeModifier and TypeMethodDescriptionAnthropicApi.ContentBlockDeltaEvent.type()Returns the value of thetyperecord component.AnthropicApi.ContentBlockStartEvent.type()Returns the value of thetyperecord component.AnthropicApi.ContentBlockStopEvent.type()Returns the value of thetyperecord component.AnthropicApi.ErrorEvent.type()Returns the value of thetyperecord component.AnthropicApi.MessageDeltaEvent.type()Returns the value of thetyperecord component.AnthropicApi.MessageStartEvent.type()Returns the value of thetyperecord component.AnthropicApi.MessageStopEvent.type()Returns the value of thetyperecord component.AnthropicApi.PingEvent.type()Returns the value of thetyperecord component.AnthropicApi.StreamEvent.type()AnthropicApi.ToolUseAggregationEvent.type()static AnthropicApi.EventTypeReturns the enum constant of this class with the specified name.static AnthropicApi.EventType[]AnthropicApi.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.EventTypeModifierConstructorDescriptionContentBlockDeltaEvent(AnthropicApi.EventType type, Integer index, AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody delta) Creates an instance of aContentBlockDeltaEventrecord class.ContentBlockStartEvent(AnthropicApi.EventType type, Integer index, AnthropicApi.ContentBlockStartEvent.ContentBlockBody contentBlock) Creates an instance of aContentBlockStartEventrecord class.ContentBlockStopEvent(AnthropicApi.EventType type, Integer index) Creates an instance of aContentBlockStopEventrecord class.Creates an instance of aErrorEventrecord class.MessageDeltaEvent(AnthropicApi.EventType type, AnthropicApi.MessageDeltaEvent.MessageDelta delta, AnthropicApi.MessageDeltaEvent.MessageDeltaUsage usage) Creates an instance of aMessageDeltaEventrecord class.Creates an instance of aMessageStartEventrecord class.Creates an instance of aMessageStopEventrecord class.Creates an instance of aPingEventrecord class.