Package velox.api.layer1
Interface L1ErrorSink
public interface L1ErrorSink
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidreportError(Throwable error, L1ErrorSink.Callback callback) must be non-blocking,
-
Method Details
-
reportError
must be non-blocking,- Parameters:
error- non-nullcallback- non-null, must be called exactly-once
-