WebPubSubResource.UpdateStages.WithSocketIO Interface

public static interface WebPubSubResource.UpdateStages.WithSocketIO

The stage of the WebPubSubResource update allowing to specify socketIO.

Method Summary

Modifier and Type Method and Description
abstract Update withSocketIO(WebPubSubSocketIOSettings socketIO)

Specifies the socketIO property: SocketIO settings for the resource.

Method Details

withSocketIO

public abstract WebPubSubResource.Update withSocketIO(WebPubSubSocketIOSettings socketIO)

Specifies the socketIO property: SocketIO settings for the resource.

Parameters:

socketIO - SocketIO settings for the resource.

Returns:

the next definition stage.

Applies to