Uses of Annotation Interface
com.bytedesk.service.visitor.VisitorAnnotation
Packages that use VisitorAnnotation
-
Uses of VisitorAnnotation in com.bytedesk.core.aop
Methods in com.bytedesk.core.aop with parameters of type VisitorAnnotationModifier and TypeMethodDescriptionvoidVisitorAspect.doAfterReturning(org.aspectj.lang.JoinPoint joinPoint, VisitorAnnotation visitorAnnotation, Object jsonResult) 处理完请求后执行voidVisitorAspect.doBefore(org.aspectj.lang.JoinPoint joinPoint, VisitorAnnotation visitorAnnotation) 处理会话请求前执行 -
Uses of VisitorAnnotation in com.bytedesk.service.visitor
Methods in com.bytedesk.service.visitor with annotations of type VisitorAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>org.springframework.http.ResponseEntity<?>VisitorVipController.inputAssociation()org.springframework.http.ResponseEntity<?>VisitorRestControllerVisitor.sendRestMessage(Map<String, String> map) org.springframework.web.servlet.mvc.method.annotation.SseEmitterVisitorRestControllerVisitor.sendSseMemberMessage(String message) org.springframework.web.servlet.mvc.method.annotation.SseEmitterVisitorRestControllerVisitor.sendSseVisitorMessage(String message) org.springframework.http.ResponseEntity<?>VisitorRestControllerVisitor.sync(VisitorRequest visitorRequest)