Class FileChunkEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.kbase.llm_file.event.FileChunkEvent
- All Implemented Interfaces:
Serializable
public class FileChunkEvent
extends org.springframework.context.ApplicationEvent
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<org.springframework.ai.document.Document>
private FileResponse
private static final long
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionFileChunkEvent
(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
documents
-
fileResponse
-
-
Constructor Details
-
FileChunkEvent
public FileChunkEvent(List<org.springframework.ai.document.Document> documents, FileResponse fileResponse)
-