Package com.swiftmq.impl.streams
Interface ExceptionCallback
public interface ExceptionCallback
Callback that can be registered on the Stream (onException).
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Method Summary
-
Method Details
-
execute
Single method executed as a function call as function(exception, lastStackTrace){...}- Parameters:
exception
- The last exception occurredlastStackTrace
- Formatted stack trace of this exception
-