Class SidecarServiceOptions


  • public class SidecarServiceOptions
    extends Object
    • Constructor Detail

      • SidecarServiceOptions

        public SidecarServiceOptions()
        Default constructor
      • SidecarServiceOptions

        public SidecarServiceOptions​(io.vertx.core.json.JsonObject options)
        Constructor from JSON
        Parameters:
        options - the JSON
    • Method Detail

      • toJson

        public io.vertx.core.json.JsonObject toJson()
        Convert to JSON
        Returns:
        the JSON
      • getPort

        public int getPort()
      • getChecks

        public List<io.vertx.core.json.JsonObject> getChecks()
      • setChecks

        public void setChecks​(List<io.vertx.core.json.JsonObject> checks)