Queue.DefinitionStages.WithSession Interface

public interface WithSession

The stage of the queue definition allowing to enable session support.

Method Summary

Modifier and Type Method and Description
Queue.DefinitionStages.WithCreate withSession()

Specifies that session support should be enabled for the queue.

Method Details

withSession

public WithCreate withSession()

Specifies that session support should be enabled for the queue.

Returns:

the next stage of queue definition

Applies to