Uses of Interface
org.graylog2.streams.OutputService
Packages that use OutputService
Package
Description
-
Uses of OutputService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type OutputServiceModifierConstructorDescriptionOutputFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, OutputService outputService, Set<PluginMetaData> pluginMetaData, Map<String, MessageOutput.Factory<? extends MessageOutput>> outputFactories, Map<String, MessageOutput.Factory2<? extends MessageOutput>> outputFactories2) -
Uses of OutputService in org.graylog2.outputs
Constructors in org.graylog2.outputs with parameters of type OutputServiceModifierConstructorDescriptionOutputRegistry(MessageOutput defaultMessageOutput, OutputService outputService, MessageOutputFactory messageOutputFactory, NotificationService notificationService, NodeId nodeId, com.google.common.eventbus.EventBus eventBus, StreamService streamService, long faultCountThreshold, long faultPenaltySeconds) -
Uses of OutputService in org.graylog2.rest.resources.streams.outputs
Constructors in org.graylog2.rest.resources.streams.outputs with parameters of type OutputServiceModifierConstructorDescriptionStreamOutputResource(OutputService outputService, StreamService streamService) -
Uses of OutputService in org.graylog2.rest.resources.system.outputs
Constructors in org.graylog2.rest.resources.system.outputs with parameters of type OutputServiceModifierConstructorDescriptionOutputResource(OutputService outputService, MessageOutputFactory messageOutputFactory) -
Uses of OutputService in org.graylog2.streams
Classes in org.graylog2.streams that implement OutputServiceConstructors in org.graylog2.streams with parameters of type OutputServiceModifierConstructorDescriptionStreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, NotificationService notificationService, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus) -
Uses of OutputService in org.graylog2.system.stats
Constructors in org.graylog2.system.stats with parameters of type OutputServiceModifierConstructorDescriptionClusterStatsService(MongoProbe mongoProbe, UserService userService, InputService inputService, StreamService streamService, StreamRuleService streamRuleService, OutputService outputService, DashboardService dashboardService, Cluster cluster)