Class KafkaSslResource
java.lang.Object
org.apache.camel.quarkus.kafka.ssl.KafkaSslResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Properties(package private) org.apache.camel.CamelContext(package private) Properties -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
consumerProperties
-
producerProperties
-
context
@Inject org.apache.camel.CamelContext context
-
-
Constructor Details
-
KafkaSslResource
public KafkaSslResource()
-
-
Method Details
-
kafkaClientFactoryIsMissing
@Path("/custom/client/factory/missing") @GET @Produces("text/plain") public boolean kafkaClientFactoryIsMissing() -
post
@Path("/{topicName}") @POST @Produces("application/json") public jakarta.json.JsonObject post(@PathParam("topicName") String topicName, String message) throws Exception - Throws:
Exception
-
get
@Path("/{topicName}") @GET @Produces("application/json") public jakarta.json.JsonObject get(@PathParam("topicName") String topicName)
-