Queue.UpdateStages.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.Update withoutSession()

Specifies that session support should be disabled for the queue.

Queue.Update withSession()

Specifies that session support should be enabled for the queue.

Method Details

withoutSession

public Update withoutSession()

Specifies that session support should be disabled for the queue.

Returns:

the next stage of queue update

withSession

public Update withSession()

Specifies that session support should be enabled for the queue.

Returns:

the next stage of queue update

Applies to