com.nike.riposte.server.metrics.ServerMetricsEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riposte-spi Show documentation
Show all versions of riposte-spi Show documentation
Riposte module riposte-spi
package com.nike.riposte.server.metrics;
/**
* Server metric events.
*/
public enum ServerMetricsEvent {
REQUEST_RECEIVED, RESPONSE_SENT,
// TODO: This should be removed (see todos in ChannelPipelineFinalizerHandler)
RESPONSE_WRITE_FAILED
}