public class CamelMapping extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_HEADERS_COPY |
Constructor and Description |
---|
CamelMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getUri() |
boolean |
isHeadersCopy() |
CamelMapping |
setAddress(String address)
Sets the event bus address.
|
CamelMapping |
setEndpoint(org.apache.camel.Endpoint endpoint)
Sets the Camel endpoint.
|
CamelMapping |
setHeadersCopy(boolean headersCopy)
Sets whether or not the headers of the input message are copied in the output message.
|
CamelMapping |
setUri(String uri)
Sets the Camel endpoint URI.
|
public static final boolean DEFAULT_HEADERS_COPY
public String getUri()
public CamelMapping setUri(String uri)
uri
- the uriCamelMapping
public CamelMapping setEndpoint(org.apache.camel.Endpoint endpoint)
setUri(String)
does not need to be called.endpoint
- the endpointCamelMapping
public boolean isHeadersCopy()
public CamelMapping setHeadersCopy(boolean headersCopy)
headersCopy
- true
to copy the headersCamelMapping
public String getAddress()
public CamelMapping setAddress(String address)
address
- the addressCamelMapping
Copyright © 2022 Eclipse. All rights reserved.