Uses of Class
org.graylog2.plugin.inputs.MisfireException
Packages that use MisfireException
Package
Description
-
Uses of MisfireException in org.graylog.aws.inputs.cloudtrail
Methods in org.graylog.aws.inputs.cloudtrail that throw MisfireExceptionModifier and TypeMethodDescriptionvoidCloudTrailTransport.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) -
Uses of MisfireException in org.graylog.integrations.aws.transports
Methods in org.graylog.integrations.aws.transports that throw MisfireExceptionModifier and TypeMethodDescriptionvoidAWSTransport.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidKinesisTransport.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) -
Uses of MisfireException in org.graylog.integrations.inputs.paloalto
Methods in org.graylog.integrations.inputs.paloalto that throw MisfireException -
Uses of MisfireException in org.graylog.integrations.inputs.paloalto9
Methods in org.graylog.integrations.inputs.paloalto9 that throw MisfireException -
Uses of MisfireException in org.graylog2.inputs.transports
Methods in org.graylog2.inputs.transports that throw MisfireExceptionModifier and TypeMethodDescriptionvoidAmqpTransport.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidHttpPollTransport.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidAbstractHttpTransport.launch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidUdpTransport.launch(MessageInput input) -
Uses of MisfireException in org.graylog2.plugin.inputs
Methods in org.graylog2.plugin.inputs that throw MisfireExceptionModifier and TypeMethodDescriptionvoidMessageInput.launch(InputBuffer buffer) Deprecated.voidMessageInput.launch(InputBuffer buffer, InputFailureRecorder inputFailureRecorder) -
Uses of MisfireException in org.graylog2.plugin.inputs.transports
Methods in org.graylog2.plugin.inputs.transports that throw MisfireExceptionModifier and TypeMethodDescriptionvoidGeneratorTransport.doLaunch(MessageInput input) protected abstract voidThrottleableTransport.doLaunch(MessageInput input) Deprecated.Performs the same purpose asThrottleableTransport.launch(org.graylog2.plugin.inputs.MessageInput)but guarantees that the superclass' actions are performed.protected final voidThrottleableTransport2.doLaunch(MessageInput input) protected abstract voidThrottleableTransport2.doLaunch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidAbstractTcpTransport.launch(MessageInput input) voidThrottleableTransport.launch(MessageInput input) Deprecated.voidThrottleableTransport2.launch(MessageInput input, InputFailureRecorder inputFailureRecorder) voidTransport.launch(MessageInput input) default voidTransport.launch(MessageInput input, InputFailureRecorder inputFailureRecorder)