Package org.graylog.grn
Interface GRNDescriptorProvider
- All Known Implementing Classes:
EventDefinitionGRNDescriptorProvider,EventNotificationGRNDescriptorProvider,FallbackGRNDescriptorProvider,StreamGRNDescriptorProvider,UserGRNDescriptorProvider,ViewGRNDescriptorProvider
public interface GRNDescriptorProvider
Provides a
GRNDescriptor for the given GRN.-
Method Summary
-
Method Details
-
get
Returns theGRNDescriptorfor the givenGRN.- Parameters:
grn- the GRN- Returns:
- the descriptor for the GRN
-