Interface SideEffectProducer
- All Known Subinterfaces:
LegacyTypedResponseWriter,PostCommitTask
- All Known Implementing Classes:
LegacyTypedResponseWriterImpl,NoopResponseWriterLegacy,SideEffectQueue
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An action that is executed at the end of the processing. It will not be executed during
the re-processing.
-
Method Summary
-
Method Details
-
flush
boolean flush()Applies the side effect.- Returns:
falseto indicate that the side effect could not be applied successfully
-