Class PerformanceSuiteOMRSTopicListener
java.lang.Object
org.odpi.openmetadata.conformance.workbenches.performance.listener.PerformanceSuiteOMRSTopicListener
- All Implemented Interfaces:
OMRSTopicListener
,OMRSTopicRepositoryEventListener
PerformanceSuiteOMRSTopicListener receives details of each OMRS event from the cohorts that the OMAG
server running the Conformance suite is connected to. It validates the content the events receives to make sure
the fields are filled out and are consistent with responses from the REST API.
-
Constructor Summary
ConstructorsConstructorDescriptionThe constructor is given the properties and objects it needs to verify the contents of events received from the technology under test. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to pass an instance event received on topic.void
Method to pass a Registry event received on topic.void
Method to pass a TypeDef event received on topic.
-
Constructor Details
-
PerformanceSuiteOMRSTopicListener
The constructor is given the properties and objects it needs to verify the contents of events received from the technology under test.- Parameters:
workPad
- source of configuration and place to store results.
-
-
Method Details
-
processRegistryEvent
Method to pass a Registry event received on topic.- Specified by:
processRegistryEvent
in interfaceOMRSTopicListener
- Parameters:
event
- inbound event
-
processTypeDefEvent
Method to pass a TypeDef event received on topic.- Specified by:
processTypeDefEvent
in interfaceOMRSTopicRepositoryEventListener
- Parameters:
event
- inbound event
-
processInstanceEvent
Method to pass an instance event received on topic.- Specified by:
processInstanceEvent
in interfaceOMRSTopicRepositoryEventListener
- Parameters:
event
- event to unpack
-