Class TemporalProperties
java.lang.Object
io.temporal.spring.boot.autoconfigure.properties.NamespaceProperties
io.temporal.spring.boot.autoconfigure.properties.TemporalProperties
@ConfigurationProperties(prefix="spring.temporal")
public class TemporalProperties
extends NamespaceProperties
-
Nested Class Summary
Nested classes/interfaces inherited from class io.temporal.spring.boot.autoconfigure.properties.NamespaceProperties
NamespaceProperties.WorkflowCacheProperties -
Field Summary
Fields inherited from class io.temporal.spring.boot.autoconfigure.properties.NamespaceProperties
NAMESPACE_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionTemporalProperties(String namespace, List<NonRootNamespaceProperties> namespaces, WorkersAutoDiscoveryProperties workersAutoDiscovery, List<WorkerProperties> workers, NamespaceProperties.WorkflowCacheProperties workflowCache, ConnectionProperties connection, TestServerProperties testServer, Boolean startWorkers, Boolean ignoreDuplicateDefinitions) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.temporal.spring.boot.autoconfigure.properties.NamespaceProperties
getNamespace, getWorkers, getWorkersAutoDiscovery, getWorkflowCache, isIgnoreDuplicateDefinitions
-
Constructor Details
-
TemporalProperties
@ConstructorBinding public TemporalProperties(@Nullable String namespace, @Nullable List<NonRootNamespaceProperties> namespaces, @Nullable WorkersAutoDiscoveryProperties workersAutoDiscovery, @Nullable List<WorkerProperties> workers, @Nullable NamespaceProperties.WorkflowCacheProperties workflowCache, @Nonnull ConnectionProperties connection, @Nullable TestServerProperties testServer, @Nullable Boolean startWorkers, @Nullable Boolean ignoreDuplicateDefinitions)
-
-
Method Details
-
getNamespaces
-
getConnection
-
getTestServer
-
getStartWorkers
-