Class AbstractChunkEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.kbase.llm_chunk.event.AbstractChunkEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChunkCreateEvent,ChunkDeleteEvent,ChunkUpdateDocEvent,ChunkUpdateEvent
public abstract class AbstractChunkEvent
extends org.springframework.context.ApplicationEvent
Publishes detached chunk snapshots for safe async handling.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
chunk
-
-
Constructor Details
-
AbstractChunkEvent
-
-
Method Details
-
getChunk
-
snapshot
-