| Package | Description |
|---|---|
| org.eclipse.microprofile.lra.participant |
| Modifier and Type | Method and Description |
|---|---|
LRAParticipant |
LRAParticipantDeserializer.deserialize(URL lraId,
byte[] recoveryState)
Ask the deserializer to recreate a participant from its persistent state
If the deserializer does not know how to convert the recoveryState
into a suitable object it should return null
|
| Modifier and Type | Method and Description |
|---|---|
String |
LRAManagement.joinLRA(LRAParticipant participant,
URL lraId)
Join an existing LRA.
|
String |
LRAManagement.joinLRA(LRAParticipant participant,
URL lraId,
Long timeLimit,
TimeUnit unit)
Join an existing LRA.
|
Copyright © 2018 Eclipse Foundation. All rights reserved.