Uses of Class
org.graylog2.plugin.inputs.MisfireException
Packages that use MisfireException
Package
Description
-
Uses of MisfireException in org.graylog2.inputs.transports
Methods in org.graylog2.inputs.transports that throw MisfireExceptionModifier and TypeMethodDescriptionvoidAmqpTransport.doLaunch(MessageInput input) voidHttpPollTransport.doLaunch(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)