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

io.stigg.sidecar.sdk.StiggConfig Maven / Gradle / Ivy

There is a newer version: 2.112.1
Show newest version
package io.stigg.sidecar.sdk;

import io.stigg.sidecar.proto.v1.ApiConfig;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import lombok.Builder;
import lombok.Value;

@Value
@Builder()
public class StiggConfig {
  @Nonnull ApiConfig apiConfig;

  @Nullable String remoteSidecarHost;

  @Nullable Integer remoteSidecarPort;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy