Common Logging Event Publisher Microagent
The Common Logging Event Publisher Microagent (com.tibco.hawk.commonlogging.event.CLEventPublisher) publishes events from TIBCO Hawk using the TIBCO Common Logging in the Base Event Format (BEF) or Common Base Event (CBE).
Create the Event Definition configuration file with the following definitions:
- What events have to be published (Event Output).
- Event Data Source (from where to get and collect the events).
- Where to publish events (Common Logging Configuration)
- How to publish (Event Subscribe).
Sample event definition is available in the folder <HAWK_HOME>/plugin/commonlogging.
- startPublisher
The startPublisher method starts the event publisher to start publishing events from the TIBCO Hawk based on the Event Publisher Description defined in the Event Definitions file. - stopPublisher
The stopPublisher method stops the Event Publisher. - startAllPublishers
The startAllPublishers method starts all valid and not started Event Publishers. - stopAllPublishers
The stopAllPublishers method stops all started Event Publishers. - getEventPublisherInfo
The getEventPublisherInfo method returns the Event Publisher information by Event Publisher name. - getEventDataSourceDetails
The getEventDataSourceDetails method returns the event data source details. - reloadEventDefinitions
The reloadEventDefinitions method stops all started event publishers, reloads event definitions from the configuration file and starts all valid event publishers with an auto start.
Copyright © Cloud Software Group, Inc. All rights reserved.