Interface EventSubscription.DefinitionStages.WithDeadLetterDestination
-
- All Known Subinterfaces:
EventSubscription.Definition,EventSubscription.DefinitionStages.WithCreate
- Enclosing interface:
- EventSubscription.DefinitionStages
public static interface EventSubscription.DefinitionStages.WithDeadLetterDestinationThe stage of the EventSubscription definition allowing to specify deadLetterDestination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreatewithDeadLetterDestination(DeadLetterDestination deadLetterDestination)Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..
-
-
-
Method Detail
-
withDeadLetterDestination
EventSubscription.DefinitionStages.WithCreate withDeadLetterDestination(DeadLetterDestination deadLetterDestination)
Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..- Parameters:
deadLetterDestination- The DeadLetter destination of the event subscription.- Returns:
- the next definition stage.
-
-