 | FlowEvent Enumeration |
version: 10.20.0
Flow event enumeration.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
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.
|
| Reconnecting | 7 |
The flow is reconnecting.
This event is generated by the API when the flow is disconnected, but is configured to auto-rebind.
|
| Reconnected | 8 |
The flow reconneced.
This event is generated by the API when the flow auto rebind succeeds.
|
See Also