Class ExternalWorkerRestProperties

java.lang.Object
org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties(prefix="flowable.external.worker.rest") public class ExternalWorkerRestProperties extends Object implements org.springframework.beans.factory.InitializingBean
Author:
Filip Hrisafov
  • Constructor Details

    • ExternalWorkerRestProperties

      public ExternalWorkerRestProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getContextPath

      public String getContextPath()
    • setContextPath

      public void setContextPath(String contextPath)
    • determineExternalWorkerJobRestUrl

      public String determineExternalWorkerJobRestUrl()
    • getAuthentication

      public ExternalWorkerRestProperties.Authentication getAuthentication()