Interface PropagationResult
- All Known Implementing Classes:
PropagationRejectedResult
,PropagationSuccessResult
public sealed interface PropagationResult
permits PropagationSuccessResult, PropagationRejectedResult
-
Field Summary
-
Method Summary
-
Field Details
-
UNCHANGED
-
PROPAGATED
-
-
Method Details
-
andThen
-
isRejected
boolean isRejected() -
throwIfRejected
void throwIfRejected() -
isChanged
boolean isChanged()
-