Uses of Interface
org.graylog2.plugin.inputs.transports.Transport.Factory
Packages that use Transport.Factory
Package
Description
-
Uses of Transport.Factory in org.graylog.aws.inputs.cloudtrail
Subinterfaces of Transport.Factory in org.graylog.aws.inputs.cloudtrail -
Uses of Transport.Factory in org.graylog.integrations.aws
Methods in org.graylog.integrations.aws that return types with arguments of type Transport.FactoryModifier and TypeMethodDescriptionClass<? extends Transport.Factory>AWSMessageType.getTransportFactory() -
Uses of Transport.Factory in org.graylog.integrations.aws.transports
Subinterfaces of Transport.Factory in org.graylog.integrations.aws.transportsModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceConstructor parameters in org.graylog.integrations.aws.transports with type arguments of type Transport.FactoryModifierConstructorDescriptionAWSTransport(Configuration configuration, com.google.common.eventbus.EventBus serverEventBus, LocalMetricRegistry localRegistry, Map<String, Transport.Factory<? extends Transport>> availableTransports) -
Uses of Transport.Factory in org.graylog.integrations.ipfix.transports
Subinterfaces of Transport.Factory in org.graylog.integrations.ipfix.transports -
Uses of Transport.Factory in org.graylog.plugins.beats
Subinterfaces of Transport.Factory in org.graylog.plugins.beats -
Uses of Transport.Factory in org.graylog.plugins.netflow.transport
Subinterfaces of Transport.Factory in org.graylog.plugins.netflow.transport -
Uses of Transport.Factory in org.graylog2.inputs.transports
Subinterfaces of Transport.Factory in org.graylog2.inputs.transportsModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Uses of Transport.Factory in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type Transport.FactoryModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,Transport.Factory<? extends Transport>> Graylog2Module.transportMapBinder()Method parameters in org.graylog2.plugin.inject with type arguments of type Transport.FactoryModifier and TypeMethodDescriptionprotected voidGraylog2Module.installTransport(com.google.inject.multibindings.MapBinder<String, Transport.Factory<? extends Transport>> mapBinder, String name, Class<? extends Transport> transportClass) protected voidGraylog2Module.installTransport(com.google.inject.multibindings.MapBinder<String, Transport.Factory<? extends Transport>> mapBinder, String name, Class<? extends Transport> transportClass, Class<? extends Transport.Config> configClass, Class<? extends Transport.Factory<? extends Transport>> factoryClass)