Uses of Class
com.bytedesk.service.thread_summary.ThreadSummaryEntity
Packages that use ThreadSummaryEntity
-
Uses of ThreadSummaryEntity in com.bytedesk.service.thread_summary
Methods in com.bytedesk.service.thread_summary that return ThreadSummaryEntityModifier and TypeMethodDescriptionThreadSummaryRestService.recover
(Exception e, ThreadSummaryEntity entity) 重试失败后的回调方法ThreadSummaryRestService.save
(ThreadSummaryEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法Methods in com.bytedesk.service.thread_summary that return types with arguments of type ThreadSummaryEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ThreadSummaryEntity>
ThreadSummarySpecification.search
(ThreadSummaryRequest request) Methods in com.bytedesk.service.thread_summary with parameters of type ThreadSummaryEntityModifier and TypeMethodDescriptionThreadSummaryRestService.convertToResponse
(ThreadSummaryEntity entity) void
ThreadSummaryRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ThreadSummaryEntity entity) ThreadSummaryRestService.recover
(Exception e, ThreadSummaryEntity entity) 重试失败后的回调方法ThreadSummaryRestService.save
(ThreadSummaryEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法 -
Uses of ThreadSummaryEntity in com.bytedesk.service.thread_summary.event
Fields in com.bytedesk.service.thread_summary.event declared as ThreadSummaryEntityModifier and TypeFieldDescriptionprivate ThreadSummaryEntity
ThreadSummaryCreateEvent.thread_summary
private ThreadSummaryEntity
ThreadSummaryDeleteEvent.thread_summary
private ThreadSummaryEntity
ThreadSummaryUpdateEvent.thread_summary
Constructors in com.bytedesk.service.thread_summary.event with parameters of type ThreadSummaryEntityModifierConstructorDescriptionThreadSummaryCreateEvent
(ThreadSummaryEntity thread_summary) ThreadSummaryDeleteEvent
(ThreadSummaryEntity thread_summary) ThreadSummaryUpdateEvent
(ThreadSummaryEntity thread_summary)