@Configurer(bootstrap=true) public class LraConfigurationProperties extends Object implements org.apache.camel.spi.BootstrapCloseable
| Constructor and Description |
|---|
LraConfigurationProperties(MainConfigurationProperties parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
MainConfigurationProperties |
end() |
String |
getCoordinatorContextPath() |
String |
getCoordinatorUrl() |
String |
getLocalParticipantContextPath() |
String |
getLocalParticipantUrl() |
void |
setCoordinatorContextPath(String coordinatorContextPath)
The context-path for the LRA coordinator.
|
void |
setCoordinatorUrl(String coordinatorUrl)
The URL for the LRA coordinator service that orchestrates the transactions
|
void |
setLocalParticipantContextPath(String localParticipantContextPath)
The context-path for the local participant.
|
void |
setLocalParticipantUrl(String localParticipantUrl)
The URL for the local participant
|
LraConfigurationProperties |
withCoordinatorContextPath(String coordinatorContextPath)
The context-path for the LRA coordinator.
|
LraConfigurationProperties |
withCoordinatorUrl(String coordinatorUrl)
The URL for the LRA coordinator service that orchestrates the transactions
|
LraConfigurationProperties |
withLocalParticipantContextPath(String localParticipantContextPath)
The context-path for the local participant.
|
LraConfigurationProperties |
withLocalParticipantUrl(String localParticipantUrl)
The URL for the local participant
|
public LraConfigurationProperties(MainConfigurationProperties parent)
public MainConfigurationProperties end()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic String getCoordinatorUrl()
public void setCoordinatorUrl(String coordinatorUrl)
public String getCoordinatorContextPath()
public void setCoordinatorContextPath(String coordinatorContextPath)
public String getLocalParticipantUrl()
public void setLocalParticipantUrl(String localParticipantUrl)
public String getLocalParticipantContextPath()
public void setLocalParticipantContextPath(String localParticipantContextPath)
public LraConfigurationProperties withCoordinatorUrl(String coordinatorUrl)
public LraConfigurationProperties withCoordinatorContextPath(String coordinatorContextPath)
public LraConfigurationProperties withLocalParticipantUrl(String localParticipantUrl)
public LraConfigurationProperties withLocalParticipantContextPath(String localParticipantContextPath)
Apache Camel