Uses of Class
org.graylog2.contentpacks.model.entities.StreamEntity
Packages that use StreamEntity
-
Uses of StreamEntity in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return StreamEntityModifier and TypeMethodDescriptionstatic StreamEntityStreamEntity.create(@NotBlank ValueReference title, ValueReference description, ValueReference disabled, ValueReference matchingType, @NotNull List<StreamRuleEntity> streamRules, @NotNull List<StreamAlertConditionEntity> alertConditions, @NotNull List<StreamAlarmCallbackEntity> streamAlarmCallbacks, @NotNull Set<ValueReference> outputs, ValueReference defaultStream, ValueReference removeMatches)