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

rade-insight-buy-connector.1.2.5.source-code.camel-connector.json Maven / Gradle / Ivy

{
  "baseScheme" : "rest",
  "baseGroupId" : "org.apache.camel",
  "baseArtifactId" : "camel-core",
  "baseVersion" : "2.20.1",
  "baseJavaType" : "org.apache.camel.component.rest.RestComponent",
  "name" : "TradeInsightBuy",
  "scheme" : "trade-insight-buy",
  "javaType" : "io.syndesis.connector.tradeinsight.TradeInsightBuyComponent",
  "groupId" : "io.syndesis",
  "artifactId" : "trade-insight-buy-connector",
  "version" : "1.2.5",
  "description" : "Fetches buy recommendation from Trade Insight API server",
  "labels" : [ "daytrade" ],
  "pattern" : "From",
  "scheduler" : "timer",
  "inputDataType" : "none",
  "outputDataType" : "java:io.syndesis.connector.tradeinsight.Suggestion",
  "globalOptions" : [ "host" ],
  "componentOptions" : [ "host" ],
  "componentOverrides" : {
    "host" : {
      "required" : true
    }
  },
  "endpointOptions" : [ "schedulerPeriod" ],
  "endpointValues" : {
    "schedulerPeriod" : 5000,
    "componentName" : "http4",
    "method" : "GET",
    "path" : "/trade-insight",
    "uriTemplate" : "/buy",
    "bindingMode" : "json",
    "outType" : "io.syndesis.connector.tradeinsight.Suggestion"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy