Uses of Annotation Interface
com.bytedesk.core.annotation.Idempotent
Packages that use Idempotent
Package
Description
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of Idempotent in com.bytedesk.core.config.idempotency
Methods in com.bytedesk.core.config.idempotency that return IdempotentModifier and TypeMethodDescriptionprivate IdempotentIdempotencyInterceptor.resolveAnnotation(Object handler) -
Uses of Idempotent in com.bytedesk.kbase.blog
Methods in com.bytedesk.kbase.blog with annotations of type IdempotentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>BlogRestController.create(BlogRequest request) -
Uses of Idempotent in com.bytedesk.ticket.ticket
Methods in com.bytedesk.ticket.ticket with annotations of type IdempotentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>TicketRestController.create(TicketRequest request)