Class LeveldbResource
java.lang.Object
org.apache.camel.quarkus.component.leveldb.it.LeveldbResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseaggregateBinaryTest(String[] messages) jakarta.ws.rs.core.ResponseaggregateTest(List<String> messages, String path, String mockNames)
-
Field Details
-
PARAMETER_BODY
-
PARAMETER_FROM_ENDPOINT
-
MOCKS_DELIMITER
-
producerTemplate
@Inject org.apache.camel.ProducerTemplate producerTemplate -
context
@Inject org.apache.camel.CamelContext context
-
-
Constructor Details
-
LeveldbResource
public LeveldbResource()
-
-
Method Details
-
aggregateTest
@Path("/aggregate") @POST @Consumes("application/json") @Produces("application/json") public jakarta.ws.rs.core.Response aggregateTest(List<String> messages, @QueryParam("path") String path, @DefaultValue("mock:result") @QueryParam("mocks") String mockNames) throws Exception - Throws:
Exception
-
aggregateBinaryTest
@Path("/aggregateBinary") @POST @Consumes("application/json") @Produces("application/json") public jakarta.ws.rs.core.Response aggregateBinaryTest(String[] messages) throws Exception - Throws:
Exception
-