| Package | Description |
|---|---|
| org.apache.camel.support.builder |
Base classes for builders
|
| Modifier and Type | Method and Description |
|---|---|
static OutputStreamBuilder |
OutputStreamBuilder.withExchange(org.apache.camel.Exchange exchange)
Creates a new OutputStreamBuilder with the current exchange
Use the
build() when writing to the stream is finished, and you need the result of this operation. |
Apache Camel