Table of Contents
Just a second...

Clients

In Diffusion™ terms a client is any application that connects to a Diffusion server using a Diffusion client API.

You can implement clients that have the following capabilities in your Diffusion architecture:
  • Clients that have only non-control capabilities, such as subscribing to topics or sending messages to topics. These kinds of clients can be implemented in either the Classic API or the Unified API
  • Clients that can control or handle events on the server, such as creating and publishing to topics or authenticating other clients. These kinds of clients can be implemented only in the Unified API