Diffusion C API  6.1.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deprecated List
Global DEPRECATED (CONTENT_T *content_create(const CONTENT_ENCODING_T encoding, const BUF_T *data))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (void add_topic(SESSION_T *session, const ADD_TOPIC_PARAMS_T params))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (BUF_T *cbor_to_json(const char *cbor, size_t len))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (BUF_T *content_marshal(const CONTENT_T *content))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (CONTENT_T *content_dup(const CONTENT_T *src))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (char *buf_read_topic_details(const char *data, TOPIC_DETAILS_T *details))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (void topic_id_details_free(TOPIC_ID_DETAILS_T *val))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (char *get_empty_field_value(const TOPIC_DETAILS_T *details))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (char *set_empty_field_value(const TOPIC_DETAILS_T *details, const char *value))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (TOPIC_DETAILS_T *topic_details_dup(const TOPIC_DETAILS_T *src))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (void topic_details_free(TOPIC_DETAILS_T *details))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (BUF_T *topic_details_marshal(TOPIC_DETAILS_T *details))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (BUF_T *topic_details_schema_build(const TOPIC_DETAILS_T *details))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (TOPIC_DETAILS_T *create_topic_details_slave(char *master_topic))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (TOPIC_DETAILS_T *create_topic_details_single_value(const M_DATA_TYPE_T type))
This function is deprecated from version 5.9 onwards, and may be removed.
Global DEPRECATED (TOPIC_DETAILS_T *create_topic_details_json(void))

This function is deprecated from version 6.1 onwards, and may be removed.

This function is deprecated from version 5.9 onwards, and may be removed.

This function is deprecated from version 6.0 onwards, and may be removed.

This function is deprecated from version 6.1 onwards, and may be removed.

This function is deprecated from version 6.1 onwards, and may be removed.

This function is deprecated from version 6.1 onwards, and may be removed.

Global DEPRECATED (int is_recoverable_connection_error(ERROR_CODE_T error_code))
This function is deprecated from version 5.9 onwards, and may be removed.
Global DEPRECATED (char *content_to_string(const CONTENT_T *content))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (char *buf_read_content(const char *data, CONTENT_T **const content))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (CONTENT_T *content_unmarshal(const char *str))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (char *buf_read_into_content(const char *data, CONTENT_T *content))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (void content_free(CONTENT_T *content))
This function is deprecated from version 6.1 onwards, and may be removed.
Global reconnection_strategy_s::retry_count
{Setting values directly for the reconnection strategy (formerly, failover strategy) is deprecated. Please use the functions provided to make a reconnetion strategy structure and to modify/access it.
Global RECOVERING_FAILOVER
Recovering from a connection error by attempting to reconnect to a different Diffusion server.
Global session_create_async (const char *url_str, const char *principal, CREDENTIALS_T *credentials, SESSION_LISTENER_T *listener, RECONNECTION_STRATEGY_T *reconnection_strategy, SESSION_CREATE_CALLBACK_T *callbacks, DIFFUSION_ERROR_T *error)
The error parameter is deprecated and will be removed in a future release.