Class ApplicationTagsFactory

java.lang.Object
com.wavefront.spring.autoconfigure.ApplicationTagsFactory

public class ApplicationTagsFactory extends Object
Factory that can be used to create an ApplicationTags.
Author:
Stephane Nicoll
  • Constructor Details

    • ApplicationTagsFactory

      public ApplicationTagsFactory(List<ApplicationTagsBuilderCustomizer> customizers)
      Create an instance with the specified customizers.
      Parameters:
      customizers - the customizers (can be null).
    • ApplicationTagsFactory

      public ApplicationTagsFactory()
      Create an instance with no further customization.
  • Method Details

    • createFromEnvironment

      public com.wavefront.sdk.common.application.ApplicationTags createFromEnvironment(org.springframework.core.env.Environment environment)
      Create an ApplicationTags from the Environment.
      Parameters:
      environment - the environment
      Returns:
      a matching ApplicationTags