Solclient
FlowEvent Enumeration |
Flow event enumeration.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
UpNotice | 0 | The flow is established. | |
DownError | 1 | The flow was established and then disconnected by the appliance, likely due to operator intervention. | |
BindFailedError | 2 | The flow attempted to connect but was unsuccessful. | |
RejectedMessageError | 3 | The appliance rejected a published message. | |
ParentSessionDown | 4 | The session for the flow was disconnected. The flow will rebind automatically when the session is reconnected. | |
FlowActive | 5 | The flow is active. This event is generated by the API when the flow is immediately active after creation or when the flow later becomes active. | |
FlowInactive | 6 | The flow is inactive. This event is generated by the API when the flow becomes inactive. |
See Also