| Package | Description |
|---|---|
| me.busr.jesse |
| Modifier and Type | Method and Description |
|---|---|
SseEvent |
SseEventBuilder.build()
Builds the event
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SseSessionManager.broadcastEvent(List<SseSession> sessions,
SseEvent event)
Broadcast an event to a list of sessions
|
static void |
SseSessionManager.broadcastEvent(Set<SseSession> sessions,
SseEvent event)
Broadcast an event to a set of sessions
|
static void |
DefaultSessionManager.broadcastEvent(SseEvent event)
send an event to all sessions
|
static void |
SseSessionManager.broadcastEvent(SseSession[] sessions,
SseEvent event)
Broadcast an event to an array of sessions
|
void |
SseSession.pushEvent(SseEvent event)
Pushes an event to this SseSession
|
static void |
SseSessionManager.pushEvent(SseSession session,
SseEvent event)
Sends an event to a session
|
Copyright © 2018. All rights reserved.