10.24.0

FlowEvent Enumeration

Flow event enumeration.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum FlowEvent

Members

UpNotice0 The flow is established.
DownError1 The flow was established and then disconnected by the appliance, likely due to operator intervention.
BindFailedError2 The flow attempted to connect but was unsuccessful.
RejectedMessageError3 The appliance rejected a published message.
ParentSessionDown4 The session for the flow was disconnected. The flow will rebind automatically when the session is reconnected.
FlowActive5 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.
FlowInactive6 The flow is inactive. This event is generated by the API when the flow becomes inactive.
Reconnecting7 The flow is reconnecting. This event is generated by the API when the flow is disconnected, but is configured to auto-rebind.
Reconnected8 The flow reconneced. This event is generated by the API when the flow auto rebind succeeds.

See Also