public interface WebSocketCallback<T>
Modifier and Type | Method | Description |
---|---|---|
void |
complete(WebSocketChannel channel,
T context) |
|
void |
onError(WebSocketChannel channel,
T context,
java.lang.Throwable throwable) |
void complete(WebSocketChannel channel, T context)
void onError(WebSocketChannel channel, T context, java.lang.Throwable throwable)
Copyright © 2018. All rights reserved.