Class ConformanceSuiteOMRSTopicListener

java.lang.Object
org.odpi.openmetadata.conformance.workbenches.repository.listener.ConformanceSuiteOMRSTopicListener
All Implemented Interfaces:
OMRSTopicListener, OMRSTopicRepositoryEventListener

public class ConformanceSuiteOMRSTopicListener extends Object implements OMRSTopicListener
ConformanceSuiteOMRSTopicListener 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 Details

    • ConformanceSuiteOMRSTopicListener

      public ConformanceSuiteOMRSTopicListener(RepositoryConformanceWorkPad workPad)
      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