public interface SessionEventHandler
Note: Event notifications can occur on the session's I/O and event thread, so an application may not call session operations from this callback handler, as this could cause a deadlock.
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(SessionEventArgs event)
Called when a session event notification is available.
|
void handleEvent(SessionEventArgs event)
event - The event to process.Copyright 2004-2025 Solace Corporation. All rights reserved.