public class OMRSMetadataDefaultEventsSecurity extends Object implements OpenMetadataEventsSecurity
| Constructor and Description |
|---|
OMRSMetadataDefaultEventsSecurity() |
| Modifier and Type | Method and Description |
|---|---|
OMRSInstanceEvent |
validateInboundEvent(String cohortName,
OMRSInstanceEvent event)
Validate whether an event received from another member of the cohort should be processed
by this server.
|
OMRSInstanceEvent |
validateOutboundEvent(String cohortName,
OMRSInstanceEvent event)
Validate whether an event should be sent to the other members of the cohort by this server.
|
public OMRSInstanceEvent validateInboundEvent(String cohortName, OMRSInstanceEvent event)
validateInboundEvent in interface OpenMetadataEventsSecuritycohortName - name of the cohortevent - event that has been receivedpublic OMRSInstanceEvent validateOutboundEvent(String cohortName, OMRSInstanceEvent event)
validateOutboundEvent in interface OpenMetadataEventsSecuritycohortName - name of the cohortevent - event that has been receivedCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.