Package io.camunda.spring.utils
Class ConditionalOnSecondaryStorageDisabled.NoSecondaryStorageCondition
java.lang.Object
io.camunda.spring.utils.ConditionalOnSecondaryStorageDisabled.NoSecondaryStorageCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
- Enclosing class:
ConditionalOnSecondaryStorageDisabled
public static class ConditionalOnSecondaryStorageDisabled.NoSecondaryStorageCondition
extends Object
implements org.springframework.context.annotation.Condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
NoSecondaryStorageCondition
public NoSecondaryStorageCondition()
-
-
Method Details
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) - Specified by:
matchesin interfaceorg.springframework.context.annotation.Condition
-