public interface Event
SessionEvent
,
FlowEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInfo()
An optional string that provides further information about the event.
|
int |
getResponseCode()
A response code returned by the appliance for some events; otherwise
zero.
|
int getResponseCode()
java.lang.String getInfo()
SessionHandle.getSessionEvent()
or
FlowHandle.getFlowEvent()
the info string is available while on
the same event thread, and is fetched only when the method call is made.
SessionHandle.takeSessionEvent()
or FlowHandle#takeFlowEvent()
the info string is available only when the method call
parameter withInfoString is true.
Copyright 2004-2024 Solace Corporation. All rights reserved.