Class WorkersTemplate.RegisteredWorkflowInfo
java.lang.Object
io.temporal.spring.boot.autoconfigure.template.WorkersTemplate.RegisteredWorkflowInfo
- Enclosing class:
WorkersTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClassName(String className) addImplementationClass(Class<?> implementationClass) addMetadata(io.temporal.common.metadata.POJOWorkflowImplMetadata metadata) Class<?> io.temporal.common.metadata.POJOWorkflowImplMetadata
-
Constructor Details
-
RegisteredWorkflowInfo
public RegisteredWorkflowInfo()
-
-
Method Details
-
addClassName
-
addImplementationClass
-
addMetadata
public WorkersTemplate.RegisteredWorkflowInfo addMetadata(io.temporal.common.metadata.POJOWorkflowImplMetadata metadata) -
getClassName
-
getMetadata
public io.temporal.common.metadata.POJOWorkflowImplMetadata getMetadata() -
getImplementationClass
-