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.15.0rc25
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 - 2025 Weber Informatics LLC | Privacy Policy