Uses of Interface
org.graylog2.streams.StreamDeletionGuard
Packages that use StreamDeletionGuard
-
Uses of StreamDeletionGuard in org.graylog2.plugin
Method parameters in org.graylog2.plugin with type arguments of type StreamDeletionGuardModifier and TypeMethodDescriptionprotected voidPluginModule.addStreamDeletionGuard(Class<? extends StreamDeletionGuard> streamDeletionGuard) -
Uses of StreamDeletionGuard in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type StreamDeletionGuardModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.Multibinder<StreamDeletionGuard>Graylog2Module.streamDeletionGuardBinder() -
Uses of StreamDeletionGuard in org.graylog2.streams
Constructor parameters in org.graylog2.streams with type arguments of type StreamDeletionGuardModifierConstructorDescriptionStreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus, Set<StreamDeletionGuard> streamDeletionGuards)