Uses of Class
de.hybris.platform.webhookservices.EventConfigurationBuilder
Packages that use EventConfigurationBuilder
-
Uses of EventConfigurationBuilder in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices that return EventConfigurationBuilderModifier and TypeMethodDescriptionstatic EventConfigurationBuilderEventConfigurationBuilder.eventConfiguration()Instantiates this builder.EventConfigurationBuilder.withDestination(DestinationTargetModel model) Specifies destination for event export.EventConfigurationBuilder.withDestination(DestinationTargetBuilder builder) Specifies destination for event export.EventConfigurationBuilder.withDestination(String code) Specifies destination for event export.EventConfigurationBuilder.withEventClass(Class<?> c) Specifies event class, for which the configuration has to be created.EventConfigurationBuilder.withEventClass(String className) Specifies event class, for which the configuration has to be created.EventConfigurationBuilder.withExport(Boolean flag) Specifies whether the event should be exported.EventConfigurationBuilder.withExportName(String name) Specifies name of the event in the export.EventConfigurationBuilder.withExtensionName(String name) Specifies name of the extension that owns the event configuration.EventConfigurationBuilder.withoutExport()Specifies that the event should not be exported.EventConfigurationBuilder.withPriority(EventPriority p) Specifies priority of the event export.EventConfigurationBuilder.withVersion(int v) Specifies version of the event configuration.