Package net.devslash
Interface OnErrorWithState
-
- All Implemented Interfaces:
-
net.devslash.OnError
public interface OnErrorWithState implements OnError
-
-
Method Summary
Modifier and Type Method Description abstract <T extends Any> Unit
accept(Channel<Envelope<Pair<HttpRequest, RequestData<T>>>> channel, Envelope<Pair<HttpRequest, RequestData<T>>> envelope, Exception e)
-
-
Method Detail
-
accept
abstract <T extends Any> Unit accept(Channel<Envelope<Pair<HttpRequest, RequestData<T>>>> channel, Envelope<Pair<HttpRequest, RequestData<T>>> envelope, Exception e)
-
-
-
-