public static class ClusterAwareConfiguration.ClusterAwareCondition
extends java.lang.Object
implements org.springframework.context.annotation.Condition
Constructor and Description |
---|
ClusterAwareCondition() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAvailable() |
boolean |
matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
static void |
reset() |
public static boolean isAvailable()
public static void reset()
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
matches
in interface org.springframework.context.annotation.Condition