Camel.ServiceConnectionStatus – camel-1.2 Reference Manual
ServiceConnectionStatus
Description:
[
CCode
( cprefix =
"CAMEL_SERVICE_"
, type_id =
"camel_service_connection_status_get_type ()"
) ]
[
Version
( since =
"3.6"
) ]
public
enum
ServiceConnectionStatus
Connection status returned by
get_connection_status
.
Namespace:
Camel
Package:
camel-1.2
Content:
Enum values:
CONNECTED
-
Service
is connected to a remote server.
CONNECTING
-
Service
is connecting to a remote server.
DISCONNECTED
-
Service
is disconnected from a remote server.
DISCONNECTING
-
Service
is disconnecting from a remote server.
2022 vala-language.org