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 Details

    • OnLocalPlatform

      public OnLocalPlatform()
  • Method Details

    • getMatchOutcome

      public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata)
      Specified by:
      getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootCondition