java.lang.Object
org.apache.camel.quarkus.component.splunk.hec.it.SplunkHecResource
@Path("/splunk-hec")
@ApplicationScoped
public class SplunkHecResource
extends Object
-
Field Summary
Fields
(package private) org.apache.camel.ProducerTemplate
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
producer
@Inject
org.apache.camel.ProducerTemplate producer
-
-
-
-
-
Constructor Details
-
SplunkHecResource
public SplunkHecResource()
-
Method Details
-
send
@Path("/send")
@POST
@Produces("text/plain")
public String send(String data,
@QueryParam("indexTime")
Long indexTime)