Uses of Annotation Interface
com.bytedesk.service.visitor.VisitorAnnotation
Packages that use VisitorAnnotation
-
Uses of VisitorAnnotation in com.bytedesk.core.visitor
Methods in com.bytedesk.core.visitor with annotations of type VisitorAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
org.springframework.http.ResponseEntity<?>
VisitorVipController.inputAssociation()
-
Uses of VisitorAnnotation in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor with annotations of type VisitorAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
VisitorRestControllerAnonymous.browse
(VisitorRequest visitorRequest, jakarta.servlet.http.HttpServletRequest httpRequest) org.springframework.http.ResponseEntity<?>
VisitorRestControllerAnonymous.getMessageUnread
(VisitorRequest request) org.springframework.http.ResponseEntity<?>
VisitorRestControllerAnonymous.init
(VisitorRequest visitorRequest, jakarta.servlet.http.HttpServletRequest httpRequest) org.springframework.http.ResponseEntity<?>
VisitorRestControllerAnonymous.requestThread
(VisitorRequest visitorRequest, jakarta.servlet.http.HttpServletRequest httpRequest) org.springframework.http.ResponseEntity<?>
VisitorRestControllerAnonymous.sendRestMessage
(Map<String, String> map) org.springframework.web.servlet.mvc.method.annotation.SseEmitter
VisitorRestControllerAnonymous.sendSseMemberMessage
(String message) org.springframework.web.servlet.mvc.method.annotation.SseEmitter
VisitorRestControllerAnonymous.sendSseVisitorMessage
(String message) Methods in com.bytedesk.service.visitor with parameters of type VisitorAnnotationModifier and TypeMethodDescriptionvoid
VisitorAspect.doAfterReturning
(org.aspectj.lang.JoinPoint joinPoint, VisitorAnnotation visitorAnnotation, Object jsonResult) 处理完请求后执行void
VisitorAspect.doBefore
(org.aspectj.lang.JoinPoint joinPoint, VisitorAnnotation visitorAnnotation) 处理会话请求前执行