com.transferwise.common.gracefulshutdown.strategies.servletrequestcount.servletwrappers.HttpServletResponseWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tw-graceful-shutdown Show documentation
Show all versions of tw-graceful-shutdown Show documentation
TransferWise Graceful Shutdown - no noise and errors during releases.
The newest version!
package com.transferwise.common.gracefulshutdown.strategies.servletrequestcount.servletwrappers;
import java.io.IOException;
// To be removed after we drop support for Spring Boot 2
public interface HttpServletResponseWrapper {
void sendError(int sc) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy