Issue #3167 - add the WebSocketCoreClient factory as a bean
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
3bcb4d8229
commit
3779b0384d
|
@ -68,6 +68,7 @@ public class JavaxWebSocketClientContainer extends JavaxWebSocketContainer imple
|
|||
{
|
||||
this((WebSocketCoreClient)null);
|
||||
this.coreClientFactory = coreClientFactory;
|
||||
this.addBean(coreClientFactory);
|
||||
}
|
||||
|
||||
public JavaxWebSocketClientContainer(WebSocketCoreClient coreClient)
|
||||
|
|
Loading…
Reference in New Issue