Show TOC Start of Content Area

Component documentation Real-Time Messaging Framework  Locate the document in its SAP Library structure

The Real-Time Messaging Framework (RTMF) provides the infrastructure (services and API) to make it easy for applications to send messages to clients, enabling pushing data to clients without the need for the client to initiate a request.

This section contains the following:

      RTMF Events: Describes how applications can publish events to clients, and how clients can subscribe to events.

      RTMF Services: Describes how to create a service, and how applications can send messages to RTMF services.

      RTMF Messages: Describes how to create different types of messages, and to set and get message parameters.

Dependencies

To use the APIs in this section, you must create the following dependency references in your project:

SC

DC

EP-BASIS-API

tc/rtmf/messaging/api

EP-BASIS

tc/rtmf/service

Sharing References

You must also create the following runtime sharing references:

      tc~rtmf~messaging~api

      tc~rtmf~service

 

End of Content Area