public interface WebSocketCallback<T>
Modifier and Type | Method and Description |
---|---|
void | complete(WebSocketChannel channel, T context) |
void | onError(WebSocketChannel channel, T context, Throwable throwable) |
void complete(WebSocketChannel channel, T context)
void onError(WebSocketChannel channel, T context, Throwable throwable)
Copyright © 2020 JBoss by Red Hat. All rights reserved.