Issue #3167 - add the WebSocketCoreClient factory as a bean

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2018-12-19 15:35:32 +11:00
parent 3bcb4d8229
commit 3779b0384d
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public class JavaxWebSocketClientContainer extends JavaxWebSocketContainer imple
{
this((WebSocketCoreClient)null);
this.coreClientFactory = coreClientFactory;
this.addBean(coreClientFactory);
}
public JavaxWebSocketClientContainer(WebSocketCoreClient coreClient)