Class WeChatProperties.Timeout

java.lang.Object
com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
Enclosing class:
WeChatProperties

public static class WeChatProperties.Timeout
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Timeout()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getProcessDefinitionKey()  
    java.time.Duration getRescheduleDuration()  
    boolean isEnabled()  
    void setEnabled​(boolean enabled)  
    void setProcessDefinitionKey​(java.lang.String processDefinitionKey)  
    void setRescheduleDuration​(java.time.Duration rescheduleDuration)  

    Methods inherited from class java.lang.Object

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