ServiceBusSubscription.UpdateStages.WithSession Interface

public static interface ServiceBusSubscription.UpdateStages.WithSession

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

Method Summary

Modifier and Type Method and Description
abstract Update withSession()

Specifies that session support should be enabled for the subscription.

abstract Update withoutSession()

Specifies that session support should be disabled for the subscription.

Method Details

withSession

public abstract ServiceBusSubscription.Update withSession()

Specifies that session support should be enabled for the subscription.

Returns:

the next stage of subscription update

withoutSession

public abstract ServiceBusSubscription.Update withoutSession()

Specifies that session support should be disabled for the subscription.

Returns:

the next stage of subscription update

Applies to