io.continual.http.service.framework.inspection.CHttpObserverMgr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualHttp Show documentation
Show all versions of continualHttp Show documentation
Continual's HTTP service library.
The newest version!
package io.continual.http.service.framework.inspection;
import io.continual.http.service.framework.context.CHttpRequestContext;
public interface CHttpObserverMgr
{
void consider ( CHttpRequestContext ctx );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy