WebPubSubResource.DefinitionStages.WithSocketIO Interface

public static interface WebPubSubResource.DefinitionStages.WithSocketIO

The stage of the WebPubSubResource definition allowing to specify socketIO.

Method Summary

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

Specifies the socketIO property: SocketIO settings for the resource.

Method Details

withSocketIO

public abstract WebPubSubResource.DefinitionStages.WithCreate 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