ServerErrorHandler

public interface ServerErrorHandler implements BiConsumer<T, U>

A handler for an error occurred when posting a message for asynchronous processing at the server side.

The handler accepts a message which caused an error, and an Error obtained from the server.

Inherited functions

Link copied to clipboard
public abstract void accept(T p, U p1)
Link copied to clipboard
public BiConsumer<T, U> andThen(BiConsumer<? extends Object, ? extends Object> after)