Camel Spring Boot Starter for asn1
Spring Boot Auto-Configuration
When using asn1 with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-asn1-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
The component supports 3 options, which are listed below.
Name | Description | Default | Type |
---|---|---|---|
camel.dataformat.asn1.clazz-name | Name of class to use when unmarshalling | String | |
camel.dataformat.asn1.enabled | Whether to enable auto configuration of the asn1 data format. This is enabled by default. | Boolean | |
camel.dataformat.asn1.using-iterator | If the asn1 file has more then one entry, the setting this option to true, allows to work with the splitter EIP, to split the data using an iterator in a streaming mode. | false | Boolean |