Interface InformerLabelSelectorResolver

All Known Implementing Classes:
DefaultInformerLabelSelectorResolver

@DefaultImplementation(DefaultInformerLabelSelectorResolver.class) public interface InformerLabelSelectorResolver
Informer label selector resolver.
Since:
3.3
Author:
Pavol Gressa
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    resolveInformerLabels(@NonNull io.micronaut.core.annotation.AnnotationValue<Informer> informer)
    Resolves the informer's watched resources label selector.
  • Method Details

    • resolveInformerLabels

      @Nullable @Nullable String resolveInformerLabels(@NonNull @NonNull io.micronaut.core.annotation.AnnotationValue<Informer> informer)
      Resolves the informer's watched resources label selector.
      Parameters:
      informer - the informer
      Returns:
      resource label selector or null