All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmetadata.service.events.EventPublisherConfiguration Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.service.events;

import java.util.Map;
import lombok.Getter;

public class EventPublisherConfiguration {
  @Getter String name;
  @Getter String className;
  @Getter Map config;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy