Diffusion C API  6.5.12
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deprecated List
Global ADD_TOPIC_FAILURE_REASON_USER_CODE_ERROR
This failure reason is deprecated from version 6.2 onwards and will be removed in a future release.
Global DEPRECATED (SCRIPT_T *update_security_store_remove_topic_permissions(SCRIPT_T *script, const char *role_name, const char *topic_path);) SCRIPT_T *update_security_store_remove_path_permissions(SCRIPT_T *script
This function is deprecated from version 6.5 onwards, and may be removed.
Global DEPRECATED (SVC_AUTHENTICATION_REGISTER_REQUEST_T *authentication_register(SESSION_T *session, const AUTHENTICATION_REGISTRATION_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release. Applications should now use the preferred function diffusion_set_authentication_handler.
Global DEPRECATED (SCRIPT_T *update_security_store_default_topic_permissions(SCRIPT_T *script, const char *role_name, const SET_T *permissions);) SCRIPT_T *update_security_store_default_path_permissions(SCRIPT_T *script
This function is deprecated from version 6.5 onwards, and may be removed.
Global DEPRECATED (TOPIC_PERMISSIONS_T **get_security_topic_permissions(const SECURITY_STORE_T store, const char *role_name, const char *topic_name);) PATH_PERMISSIONS_T **get_security_path_permissions(const SECURITY_STORE_T store
This function is deprecated from version 6.5 onwards, and may be removed.
Global DEPRECATED (void authentication_deregister(SESSION_T *session, const AUTHENTICATION_DEREGISTRATION_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DEPRECATED (UPDATE_T *update_unmarshal(const char *str))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
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 (UPDATE_T *update_dup(const UPDATE_T *src))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DEPRECATED (void content_free(CONTENT_T *content))
This function is deprecated from version 6.1 onwards, and may be removed.
Global DEPRECATED (CONVERSATION_ID_T *register_update_source(SESSION_T *session, const UPDATE_SOURCE_REGISTRATION_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
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 (void topic_details_free(TOPIC_DETAILS_T *details))
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 (TOPIC_PERMISSIONS_T **get_security_default_topic_permissions(const SECURITY_STORE_T store, const char *role_name);) PATH_PERMISSIONS_T **get_security_default_path_permissions(const SECURITY_STORE_T store
This function is deprecated from version 6.5 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 (void deregister_update_source(SESSION_T *session, const UPDATE_SOURCE_DEREGISTRATION_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
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 6.1 onwards, and may be removed.

Global DEPRECATED (void svc_authentication_register_request_free(SESSION_T *session, SVC_AUTHENTICATION_REGISTER_REQUEST_T *request))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DEPRECATED (void fetch(SESSION_T *session, const FETCH_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DEPRECATED (void update_value_with_datatype(SESSION_T *session, DIFFUSION_DATATYPE datatype, UPDATE_VALUE_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release. Applications should now use the preferred update API in topic-update.h
Global DEPRECATED (void update(SESSION_T *session, const UPDATE_SOURCE_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release. Applications should now use the preferred update API in topic-update.h
Global DEPRECATED (SCRIPT_T *update_security_store_topic_permissions(SCRIPT_T *script, const char *role_name, const char *topic_path, const SET_T *permissions);) SCRIPT_T *update_security_store_path_permissions(SCRIPT_T *script
This function is deprecated from version 6.5 onwards, and may be removed.
Global DEPRECATED (void update_value(SESSION_T *session, const UPDATE_VALUE_PARAMS_T params))
This function is deprecated from version 6.2 onwards, and will be removed in a future release. Applications should now use the preferred update API in topic-update.h
Global DEPRECATED (void missing_topic_cancel(SESSION_T *session, SVC_MISSING_TOPIC_REQUEST_T *request))
Since 6.4. In the future (when the legacy fetch mechanism is removed) the behavior when a subscription selector matches with no topics will be to add the selector to the session's topic selections regardless of whether this is called, and this method will become a no-op and will eventually be removed.
Global DEPRECATED (UPDATE_T *update_create(const UPDATE_ACTION_T action, const UPDATE_TYPE_T type, const CONTENT_T *content))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DEPRECATED (void update_free(UPDATE_T *update))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DEPRECATED (char *buf_read_update(const char *data, UPDATE_T **update))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
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 *cbor_to_json(const char *cbor, size_t len))
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 (BUF_T *update_marshal(const UPDATE_T *update))
This function is deprecated from version 6.2 onwards, and will be removed in a future release.
Global DIFFUSION_SLAVE_MASTER_TOPIC
Slave topics are deprecated. This value will be removed in a future release.
File messaging-control.h
since 6.5. This file has been deprecated. All functionality has been moved to messaging.h. This file will be removed in a future release.
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 security_store_role_s::ATTR_DEPRECATED

deprecated since 6.5. This may be removed A set of default topic permissions assigned to the role.

deprecated since 6.5. This may be removed A hash of topic permissions assigned to the role.

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.
Global TOPIC_ADD_FAIL_INCOMPATIBLE_MASTER
Slave topics are deprecated since version 6.4. This failure
Global TOPIC_ADD_FAIL_INCOMPATIBLE_PARENT
This failure reason is deprecated and unused from version 6.5. The value will be removed in a future release.
Global TOPIC_PERMISSIONS_T
This structure is deprecated from version 6.5 onwards, and may be removed. Permissions protecting access-controlled operations that are evaluated for a specific topic path or message path.