Class ProcessRuntimeGatewayProperties

java.lang.Object
org.activiti.cloud.services.gateway.config.ProcessRuntimeGatewayProperties

@ConfigurationProperties("activiti.cloud.process-runtime-gateway") public class ProcessRuntimeGatewayProperties extends Object
  • Constructor Details

    • ProcessRuntimeGatewayProperties

      public ProcessRuntimeGatewayProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getGroup

      @NotEmpty public @NotEmpty String getGroup()
    • setGroup

      public void setGroup(@NotEmpty @NotEmpty String group)
    • getReplyTimeout

      @NotNull public @NotNull Duration getReplyTimeout()
    • setReplyTimeout

      public void setReplyTimeout(@NotNull @NotNull Duration replyTimeout)