Class MockCloudEventFetcher
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.aws.MockCloudEventFetcher
-
- All Implemented Interfaces:
CloudEventFetcher
public class MockCloudEventFetcher extends java.lang.Object implements CloudEventFetcher
- Author:
- freva
-
-
Constructor Summary
Constructors Constructor Description MockCloudEventFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEvent(java.lang.String regionName, CloudEvent cloudEvent)java.util.List<CloudEvent>getEvents(java.lang.String regionName)
-
-
-
Method Detail
-
getEvents
public java.util.List<CloudEvent> getEvents(java.lang.String regionName)
- Specified by:
getEventsin interfaceCloudEventFetcher
-
addEvent
public void addEvent(java.lang.String regionName, CloudEvent cloudEvent)
-
-