public class SseEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SseEvent(String eventString)
Create an Sse Event from a String
|
| Modifier and Type | Method and Description |
|---|---|
static SseEventBuilder |
getBuilder()
Get the SSE Event Builder
|
protected String |
getString()
Get the SSE event as a string
|
protected SseEvent(String eventString)
eventString - protected String getString()
public static final SseEventBuilder getBuilder()
Copyright © 2018. All rights reserved.