public class SseHelper extends Object
| Constructor and Description |
|---|
SseHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(org.springframework.web.servlet.mvc.method.annotation.SseEmitter sseEmitter) |
void |
send(org.springframework.web.servlet.mvc.method.annotation.SseEmitter sseEmitter,
Object data) |
public void complete(org.springframework.web.servlet.mvc.method.annotation.SseEmitter sseEmitter)
public void send(org.springframework.web.servlet.mvc.method.annotation.SseEmitter sseEmitter,
Object data)
Copyright © 2024. All rights reserved.