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.
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 TypeMethodDescriptionvoidcustomize(com.wavefront.sdk.common.application.ApplicationTags.Builder builder)Customize theApplicationTags.Builder.
-
Method Details
-
customize
void customize(com.wavefront.sdk.common.application.ApplicationTags.Builder builder)Customize theApplicationTags.Builder.- Parameters:
builder- the builder to customize
-