Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.events.StewardshipActionOutTopicEvent
-
Packages that use StewardshipActionOutTopicEvent Package Description org.odpi.openmetadata.accessservices.stewardshipaction.api This package provides the definition of the Java API for the Stewardship Action OMAS.org.odpi.openmetadata.accessservices.stewardshipaction.events This package defines the event payloads sent on the Stewardship Action OMAS's out topic. -
-
Uses of StewardshipActionOutTopicEvent in org.odpi.openmetadata.accessservices.stewardshipaction.api
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.api with parameters of type StewardshipActionOutTopicEvent Modifier and Type Method Description abstract voidStewardshipActionEventListener. processEvent(StewardshipActionOutTopicEvent event)Process an event that was published by the Stewardship Action OMAS. -
Uses of StewardshipActionOutTopicEvent in org.odpi.openmetadata.accessservices.stewardshipaction.events
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.events with parameters of type StewardshipActionOutTopicEvent Constructor Description StewardshipActionOutTopicEvent(StewardshipActionOutTopicEvent template)Copy/clone constructor
-