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

datahub.client.file.FileEmitterConfig Maven / Gradle / Ivy

There is a newer version: 0.14.1-12rc1
Show newest version
package datahub.client.file;

import datahub.event.EventFormatter;
import lombok.Builder;
import lombok.Value;

@Value
@Builder
public class FileEmitterConfig {
  @Builder.Default @lombok.NonNull private final String fileName = null;

  @Builder.Default
  private final EventFormatter eventFormatter =
      new EventFormatter(EventFormatter.Format.PEGASUS_JSON);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy