Interface EventCreator
-
- All Known Implementing Classes:
GoogleCloudBuildEventCreator,PubsubEventCreator
public interface EventCreatorInterface for creating an Event from a MessageDescription. In general, a PubsubSubscriber is responsible for creating a MessageDescription from an incoming pubsub message; an EventCreator is then used to create an echo Event from that MessageDescription.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.netflix.spinnaker.echo.api.events.EventcreateEvent(com.netflix.spinnaker.echo.model.pubsub.MessageDescription description)
-