Interface InformerApiGroupResolver

All Known Implementing Classes:
DefaultInformerApiGroupResolver

@DefaultImplementation(DefaultInformerApiGroupResolver.class) public interface InformerApiGroupResolver
The informer's resource api group.
Since:
3.3
Author:
Pavol Gressa
  • Method Summary

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

    • resolveInformerApiGroup

      @NonNull @NonNull String resolveInformerApiGroup(@NonNull @NonNull io.micronaut.core.annotation.AnnotationValue<Informer> informer)
      Resolves the informer's watched resources api group.
      Parameters:
      informer - the informer
      Returns:
      resource api group