Newer Version Available
EventBusSubscriber
Supported Calls
query()
Special Access Rules
EventBusSubscriber is read only and can only be queried.
Fields
| Field | Details |
|---|---|
| ExternalId |
|
| Name |
|
| Position |
|
| Status |
|
| Tip |
|
| Topic |
|
| Type |
|
Usage
Use EventBusSubscriber to query details about subscribers to a platform event. You can get all subscribers for a particular event by filtering on the Topic field, as follows.
1SELECT ExternalId, Name, Position, Status, Tip, Type
2FROM EventBusSubscriber
3WHERE Topic='Low_Ink__e'