Class ChunkEndpointBuilderFactory.ChunkHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.ChunkEndpointBuilderFactory.ChunkHeaderNameBuilder
Enclosing interface:
ChunkEndpointBuilderFactory

public static class ChunkEndpointBuilderFactory.ChunkHeaderNameBuilder extends Object
The builder of headers' name for the Chunk component.
  • Constructor Details

    • ChunkHeaderNameBuilder

      public ChunkHeaderNameBuilder()
  • Method Details

    • chunkResourceUri

      public String chunkResourceUri()
      A URI for the template resource to use instead of the endpoint configured. The option is a: String type. Group: producer
      Returns:
      the name of the header ChunkResourceUri.
    • chunkTemplate

      public String chunkTemplate()
      The template to use instead of the endpoint configured. The option is a: String type. Group: producer
      Returns:
      the name of the header ChunkTemplate.