Class SenderResult
java.lang.Object
org.frankframework.core.SenderResult
The SenderResult is a type to store both the result of the processing of a message by a Sender,
as well as the exitState.
-
Constructor Summary
ConstructorsConstructorDescriptionSenderResult(boolean success, @NonNull Message result, String errorMessage, String forwardName) SenderResult(String result) SenderResult(@NonNull Message result) SenderResult(@NonNull Message result, String errorMessage) -
Method Summary
-
Constructor Details
-
SenderResult
-
SenderResult
-
SenderResult
-
SenderResult
-