All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.airbus_cyber_security.graylog.alert.AlertRuleStream Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
package com.airbus_cyber_security.graylog.alert;

import java.util.List;

public interface AlertRuleStream {

	public String getID();
	
    public String getMatchingType();
    
    public List getFieldRules();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy