Interface MetersPublisherBinding
-
public interface MetersPublisherBinding- Since:
- 2.0
- Author:
- Oleg Zhurakousky
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_METRICSApplication metrics channel name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.MessageChannelapplicationMetrics()
-
-
-
Field Detail
-
APPLICATION_METRICS
static final String APPLICATION_METRICS
Application metrics channel name.- See Also:
- Constant Field Values
-
-
Method Detail
-
applicationMetrics
@Output("applicationMetrics") org.springframework.messaging.MessageChannel applicationMetrics()
- Returns:
- Channel for application metrics.
-
-