Interface PrincipalElectionStrategyConfigurer

All Superinterfaces:
org.springframework.core.Ordered
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PrincipalElectionStrategyConfigurer extends org.springframework.core.Ordered
Since:
6.2.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure principal election strategy.
    default int
     
  • Method Details

    • configurePrincipalElectionStrategy

      void configurePrincipalElectionStrategy(ChainingPrincipalElectionStrategy chain)
      Configure principal election strategy.
      Parameters:
      chain - the chain
    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered