querySubscribeEvent

public abstract void querySubscribeEvent(SubscribeEventRequest request, IRongCoreCallback.ResultCallback<List<SubscribeInfoEvent>> callback)

Queries the current status of subscribed events.

This method is used to retrieve the status information of all currently subscribed events.

Since

5.8.0

Parameters

request

The query request object, which can specify the specific subscribed events to query.

callback

The callback through which the list of subscribed events is returned after the query operation is completed.


public abstract void querySubscribeEvent(SubscribeEventRequest request, int pageSize, int startIndex, IRongCoreCallback.ResultCallback<List<SubscribeInfoEvent>> callback)