Class Aws2DdbStreamResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.aws2.ddb.it.Aws2DdbStreamResource
-
@Path("/aws2-ddbstream") @ApplicationScoped public class Aws2DdbStreamResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.ConsumerTemplateconsumerTemplate(package private) StringtableName
-
Constructor Summary
Constructors Constructor Description Aws2DdbStreamResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>change()(package private) voidstartup(io.quarkus.runtime.StartupEvent event)
-
-
-
Field Detail
-
tableName
String tableName
-
consumerTemplate
@Inject org.apache.camel.ConsumerTemplate consumerTemplate
-
-