blob: 69e1753797a0a5437d4124098c263e5d67b9580c [file] [log] [blame]
{
"baseScheme" : "timer",
"baseGroupId" : "org.apache.camel",
"baseArtifactId" : "camel-core",
"baseVersion" : "2.23.0-SNAPSHOT",
"baseJavaType" : "org.apache.camel.component.timer.TimerComponent",
"name" : "MyFoo",
"scheme" : "my-foo",
"javaType" : "org.myfoo.connector.MyFooComponent",
"groupId" : "org.myfoo",
"artifactId" : "myfoo-connector",
"version" : "2.23.0-SNAPSHOT",
"description" : "Something cool",
"labels" : [ "foo", "timer" ],
"pattern" : "From",
"endpointOptions" : [ "timerName", "period", "repeatCount" ],
"endpointValues" : {
"fixedRate" : true,
"period" : 5000
}
}