public class GovernanceEngineOutTopicListener extends GovernanceEngineEventListener
| Constructor and Description |
|---|
GovernanceEngineOutTopicListener(Map<String,GovernanceEngineHandler> governanceEngineHandlers,
AuditLog auditLog)
Constructor for the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(GovernanceEngineEvent event)
Process an event that was published by the Governance Engine OMAS.
|
public GovernanceEngineOutTopicListener(Map<String,GovernanceEngineHandler> governanceEngineHandlers, AuditLog auditLog)
governanceEngineHandlers - these are the handlers for all of the governance engines that are hosted by this
engine host server.auditLog - logging destinationpublic void processEvent(GovernanceEngineEvent event)
processEvent in class GovernanceEngineEventListenerevent - event object - call getEventType to find out what type of event.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.