Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
-
Packages that use AssetConsumerEventType Package Description org.odpi.openmetadata.accessservices.assetconsumer.events This package defines the event payloads sent on the Asset Consumer OMAS's out topic. -
-
Uses of AssetConsumerEventType in org.odpi.openmetadata.accessservices.assetconsumer.events
Methods in org.odpi.openmetadata.accessservices.assetconsumer.events that return AssetConsumerEventType Modifier and Type Method Description AssetConsumerEventTypeAssetConsumerOutTopicEvent. getEventType()Return the event type.static AssetConsumerEventTypeAssetConsumerEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetConsumerEventType[]AssetConsumerEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetconsumer.events with parameters of type AssetConsumerEventType Modifier and Type Method Description voidAssetConsumerOutTopicEvent. setEventType(AssetConsumerEventType eventType)Set up the event type.
-