public interface UpdateListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onClose(String queryId)
Called when the subscription loop ends (client closed or unsubscribed).
|
default void |
onError(String queryId,
Throwable error)
Called when an exception occurs during subscription processing.
|
void |
onUpdate(UpdateEvent event)
Called when a batch of streaming SQL messages has been applied.
|
void onUpdate(UpdateEvent event)
default void onError(String queryId, Throwable error)
default void onClose(String queryId)
Copyright © 2026 DolphinDB. All rights reserved.