Class MockCloudEventFetcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEvent​(java.lang.String regionName, CloudEvent cloudEvent)  
      java.util.List<CloudEvent> getEvents​(java.lang.String regionName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MockCloudEventFetcher

        public MockCloudEventFetcher()
    • Method Detail

      • addEvent

        public void addEvent​(java.lang.String regionName,
                             CloudEvent cloudEvent)