JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
spring-core
org.springframework.core.metrics
StartupStep
Tag
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getKey()
getValue()
Interface StartupStep.Tag
Enclosing interface:
StartupStep
public static interface
StartupStep.Tag
Simple key/value association for storing step metadata.
Since:
5.3
Author:
Brian Clozel
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
Return the
Tag
name.
String
getValue
()
Return the
Tag
value.
Method Details
getKey
String
getKey
()
Return the
Tag
name.
getValue
String
getValue
()
Return the
Tag
value.