Interface CompleteListenerConfigurationProvider


@OpenApiAll public interface CompleteListenerConfigurationProvider
Defines interface for configuration providers that can identify if the provided configuration is compete to cover all required changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if this is a complete listener config provider.
  • Method Details

    • isCompleteConfigurationProvider

      boolean isCompleteConfigurationProvider()
      Check if this is a complete listener config provider. "Complete" means the provided config covers all possible changes.
      Returns:
      true if configuration is "complete"; otherwise false.