Interface HttpCodeStatusMapper

All Known Implementing Classes:
SimpleHttpCodeStatusMapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HttpCodeStatusMapper
Strategy used to map a health status to an HTTP status code.
Since:
4.0.0
Author:
Stephane Nicoll, Phillip Webb