public abstract class SseClientCallback extends Object
| Constructor and Description |
|---|
SseClientCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(String lastEventId) |
void |
onError(Exception e) |
abstract void |
onEvent(EventData event) |
void |
onOpen() |
Copyright © 2017. All rights reserved.