public interface MetadataChangePublisher
MetadataChangeRecord. Implementations of this interface can publish changes
to messaging (pub-sub) systems.| Modifier and Type | Method and Description |
|---|---|
void |
publish(MetadataChangeRecord change)
Publishes a
MetadataChangeRecord to a messaging system. |
void publish(MetadataChangeRecord change)
MetadataChangeRecord to a messaging system.change - the MetadataChangeRecord to publishCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.