Interface EventSubscription.DefinitionStages.WithDestination
-
- All Known Subinterfaces:
EventSubscription.Definition,EventSubscription.DefinitionStages.WithCreate
- Enclosing interface:
- EventSubscription.DefinitionStages
public static interface EventSubscription.DefinitionStages.WithDestinationThe stage of the EventSubscription definition allowing to specify destination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreatewithDestination(EventSubscriptionDestination destination)Specifies the destination property: Information about the destination where events have to be delivered for the event subscription..
-
-
-
Method Detail
-
withDestination
EventSubscription.DefinitionStages.WithCreate withDestination(EventSubscriptionDestination destination)
Specifies the destination property: Information about the destination where events have to be delivered for the event subscription..- Parameters:
destination- Information about the destination where events have to be delivered for the event subscription.- Returns:
- the next definition stage.
-
-