Package org.apache.camel.service.lra
Class LRAClient
java.lang.Object
org.apache.camel.service.lra.LRAClient
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLRAClient(LRASagaService sagaService) LRAClient(LRASagaService sagaService, HttpClient client) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()compensate(URL lra, org.apache.camel.Exchange exchange) join(URL lra, LRASagaStep step, org.apache.camel.Exchange exchange) newLRA(org.apache.camel.Exchange exchange) protected HttpRequest.BuilderprepareRequest(URI uri, org.apache.camel.Exchange exchange)
-
Field Details
-
CONTENT_TYPE
- See Also:
-
TEXT_PLAIN_CONTENT
- See Also:
-
-
Constructor Details
-
LRAClient
-
LRAClient
-
-
Method Details
-
newLRA
-
join
-
complete
-
compensate
-
prepareRequest
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-