Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileOutboundEvent
-
Packages that use CommunityProfileOutboundEvent Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.events -
-
Uses of CommunityProfileOutboundEvent in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type CommunityProfileOutboundEvent Modifier and Type Method Description voidCommunityProfileEventListener. processEvent(CommunityProfileOutboundEvent event)Process an event that was published by the Community Profile OMAS. -
Uses of CommunityProfileOutboundEvent in org.odpi.openmetadata.accessservices.communityprofile.events
Constructors in org.odpi.openmetadata.accessservices.communityprofile.events with parameters of type CommunityProfileOutboundEvent Constructor Description CommunityProfileOutboundEvent(CommunityProfileOutboundEvent template)Copy/clone constructor
-