public interface SessionEvent extends Event
SessionHandle.getSessionEvent()
.
It is expected that applications will only call this method from the
SessionHandle.onEvent()
.SessionEventCallback
,
Event
Modifier and Type | Method and Description |
---|---|
long |
getCorrelationKey()
The correlation key passed in
SessionHandle methods. |
int |
getSessionEventCode() |
getInfo, getResponseCode
long getCorrelationKey()
SessionHandle
methods. Methods that expect
asynchronous events for confirmation or error should use a unique correlation key which
can be retrieved and used in the SessionEventCallback.onEvent()
int getSessionEventCode()
SolEnum.SessionEventCode
Copyright 2004-2024 Solace Corporation. All rights reserved.