Uses of Interface
io.helidon.lra.coordinator.client.Participant
Package
Description
MicroProfile Long Running Actions Coordinator client spi.
MicroProfile Long Running Actions Narayana Coordinator client.
-
Uses of Participant in io.helidon.lra.coordinator.client
Modifier and TypeMethodDescriptionCoordinatorClient.join
(URI lraId, PropagatedHeaders headers, long timeLimit, Participant participant) Join existing LRA with participant.void
CoordinatorClient.leave
(URI lraId, PropagatedHeaders headers, Participant participant) Leave LRA. -
Uses of Participant in io.helidon.lra.coordinator.client.narayana
Modifier and TypeMethodDescriptionNarayanaClient.join
(URI lraId, PropagatedHeaders headers, long timeLimit, Participant p) void
NarayanaClient.leave
(URI lraId, PropagatedHeaders headers, Participant p)