| Package | Description |
|---|---|
| ch.rasc.sse.eventbus | |
| ch.rasc.sse.eventbus.config |
| Modifier and Type | Method and Description |
|---|---|
default void |
SseEventBusListener.afterEventQueued(ClientEvent clientEvent,
boolean firstAttempt)
Called each time a message has been added to the internal sending queue
|
default void |
SseEventBusListener.afterEventSent(ClientEvent clientEvent,
Exception exception)
Called each time a message has been sent either successfully or unsuccessfully
|
| Modifier and Type | Method and Description |
|---|---|
default BlockingQueue<ClientEvent> |
SseEventBusConfigurer.errorQueue() |
default BlockingQueue<ClientEvent> |
SseEventBusConfigurer.sendQueue() |
Copyright © 2016–2020. All rights reserved.