static EventConfigurationBuilder |
EventConfigurationBuilder.eventConfiguration() |
Instantiates this builder.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withDestination(DestinationTargetModel model) |
Specifies destination for event export.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withDestination(DestinationTargetBuilder builder) |
Specifies destination for event export.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withDestination(java.lang.String code) |
Specifies destination for event export.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withEventClass(java.lang.Class<?> c) |
Specifies event class, for which the configuration has to be created.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withEventClass(java.lang.String className) |
Specifies event class, for which the configuration has to be created.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withExport(java.lang.Boolean flag) |
Specifies whether the event should be exported.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withExportName(java.lang.String name) |
Specifies name of the event in the export.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withExtensionName(java.lang.String name) |
Specifies name of the extension that owns the event configuration.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withoutExport() |
Specifies that the event should not be exported.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withPriority(EventPriority p) |
Specifies priority of the event export.
|
EventConfigurationBuilder |
EventConfigurationBuilder.withVersion(int v) |
Specifies version of the event configuration.
|