Class OnLocalPlatform
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.cloud.dataflow.server.config.OnLocalPlatform
- All Implemented Interfaces:
Condition
public class OnLocalPlatform
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
When Server in not deployed on a cloud platform, it is considered to be on a Local platform.
- Author:
- Christian Tzolov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.condition.ConditionOutcome
getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
Constructor Details
-
OnLocalPlatform
public OnLocalPlatform()
-
-
Method Details
-
getMatchOutcome
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) - Specified by:
getMatchOutcome
in classorg.springframework.boot.autoconfigure.condition.SpringBootCondition
-