 |
Diffusion C API 6.12.0
|
Loading...
Searching...
No Matches
- Global change_principal (SESSION_T *session, const CHANGE_PRINCIPAL_PARAMS_T params)
- since 6.12. Use the new
diffusion_reauthenticate
in preference, which allows user proposed session properties to be supplied. This method will be removed in a future release.
- Global DEPRECATED (DIFFUSION_TOPIC_UPDATE_CONSTRAINT_T *diffusion_topic_update_constraint_partial_json_with_value(const char *pointer, DIFFUSION_DATATYPE datatype, const BUF_T *value))
- since 6.10. Rather use
diffusion_topic_update_constraint_partial_json_comparison
method with the DIFFUSION_TOPIC_UPDATE_CONSTRAINT_OPERATOR_IS
operator.
- Global DEPRECATED (DIFFUSION_REMOTE_SERVER_T *diffusion_remote_server_builder_create(DIFFUSION_REMOTE_SERVER_BUILDER_T *builder, char *name, char *url, DIFFUSION_API_ERROR *api_error))
- since 6.10 For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at 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 reconnection strategy structure and to modify/access it.