Interface ApplicationTagsBuilderCustomizer

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 ApplicationTagsBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the ApplicationTags via a ApplicationTags.Builder whilst retaining default auto-configuration.
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize​(com.wavefront.sdk.common.application.ApplicationTags.Builder builder)
    Customize the ApplicationTags.Builder.
  • Method Details

    • customize

      void customize(com.wavefront.sdk.common.application.ApplicationTags.Builder builder)
      Customize the ApplicationTags.Builder.
      Parameters:
      builder - the builder to customize