journal_to_fedora_messaging.journal module

class journal_to_fedora_messaging.journal.JournalProtocol(consumer: <InterfaceClass twisted.internet.interfaces.IConsumer>)[source]

Bases: ProcessProtocol

connectionMade()[source]

Called when a connection is made.

This may be considered the initializer of the protocol, because it is called when the connection is completed. For clients, this is called once the connection to the server has been established; for servers, this is called after an accept() call stops blocking and a socket has been received. If you need to send any greeting or initial message, do it here.

errReceived(data)[source]

Some data was received from stderr.

outConnectionLost()[source]

This will be called when stdout is closed.

outReceived(data)[source]

Some data was received from stdout.

processEnded(reason)[source]

Called when the child process exits and all file descriptors associated with it have been closed.

@type reason: L{twisted.python.failure.Failure}

processExited(reason)[source]

This will be called when the subprocess exits.

@type reason: L{twisted.python.failure.Failure}

class journal_to_fedora_messaging.journal.JournalReader(config)[source]

Bases: object

resumeProducing()[source]
stopProducing()[source]