Class FlowValidatorImpl

java.lang.Object
io.gravitee.am.service.validators.flow.FlowValidatorImpl
All Implemented Interfaces:
FlowValidator, Validator<Flow,io.reactivex.rxjava3.core.Completable>

@Component public class FlowValidatorImpl extends Object implements FlowValidator
Author:
Rémi SULTAN (remi.sultan at graviteesource.com), GraviteeSource Team
  • Constructor Details

  • Method Details

    • validate

      public io.reactivex.rxjava3.core.Completable validate(Flow flow)
      Specified by:
      validate in interface Validator<Flow,io.reactivex.rxjava3.core.Completable>
    • validateAll

      public io.reactivex.rxjava3.core.Completable validateAll(List<Flow> flows)
      Specified by:
      validateAll in interface FlowValidator