Uses of Record Class
cloud.opencode.base.event.store.EventRecord
Packages that use EventRecord
-
Uses of EventRecord in cloud.opencode.base.event.store
Methods in cloud.opencode.base.event.store that return EventRecordModifier and TypeMethodDescriptionstatic EventRecordCreate event record from an event 从事件创建事件记录Save an event to the store 将事件保存到存储Methods in cloud.opencode.base.event.store that return types with arguments of type EventRecordModifier and TypeMethodDescriptionInMemoryEventStore.findAll()Get all event records 获取所有事件记录Find event record by event ID 根据事件ID查找事件记录EventStore.findBySource(String source) Find event records by source 根据来源查找事件记录InMemoryEventStore.findBySource(String source) EventStore.findByTimeRange(Instant from, Instant to) Find event records within a time range 在时间范围内查找事件记录InMemoryEventStore.findByTimeRange(Instant from, Instant to) EventStore.findByType(Class<? extends Event> eventType) Find all event records by event type 根据事件类型查找所有事件记录InMemoryEventStore.findByType(Class<? extends Event> eventType)