All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pushtechnology.diffusion.client.features.control.topics.package-info Maven / Gradle / Ivy

There is a newer version: 6.11.2
Show newest version
/*******************************************************************************
 * Copyright (c) 2014, 2023 DiffusionData Ltd., All Rights Reserved.
 *
 * Use is subject to licence terms.
 *
 * NOTICE: All information contained herein is, and remains the
 * property of DiffusionData. The intellectual and technical
 * concepts contained herein are proprietary to DiffusionData and
 * may be covered by U.S. and Foreign Patents, patents in process, and
 * are protected by trade secret or copyright law.
 *******************************************************************************/
/**
 * Client API : Topic Control Features.
 * 

* This package provides a client with features relating to the * management of topics. *

* This includes : *

* Topic Control
* This feature allows a client to:
* 1) Create and remove topics.
* 2) Listen for attempts to subscribe to topics that do not exist. *

* Update Control
* This feature allows the client act as a source (or feeder) for topics. *

* Subscription Control
* This feature allows a client to subscribe other clients to * topics and unsubscribe them from topics. *

* Messaging Control
* This feature allows a client to send messages via topics to specified * clients. It also allows the client to receive messages sent * on topics from other clients. * * @author DiffusionData Limited * @since 5.0 */ package com.pushtechnology.diffusion.client.features.control.topics;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy