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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProperties for the REST authenticationstatic enumThe type of authentication that should be used when communicating with Flowable.static classProperties for the basic authenticationstatic classProperties for the Bearer authentication -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBaseUrl(String baseUrl) voidsetContextPath(String contextPath)
-
Constructor Details
-
ExternalWorkerRestProperties
public ExternalWorkerRestProperties()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getBaseUrl
-
setBaseUrl
-
getContextPath
-
setContextPath
-
determineExternalWorkerJobRestUrl
-
getAuthentication
-