Class BaseTemporaryMessageProcessResult

java.lang.Object
com.flowable.engage.message.api.temporary.BaseTemporaryMessageProcessResult
All Implemented Interfaces:
TemporaryMessageProcessResult

public class BaseTemporaryMessageProcessResult
extends java.lang.Object
implements TemporaryMessageProcessResult
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String reason  
    protected java.lang.String status  
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseTemporaryMessageProcessResult​(java.lang.String status, java.lang.String reason)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getReason()
    The reason for the status.
    java.lang.String getStatus()
    The status of the processing
    boolean isPassed()
    Check if the temporary message process is passed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait