class NullPayloadPreFramer(Axon.Component.component)
Inboxes:
control -> File select, file read control, framing control
recvsrc -> Block/Chunks of raw disk data
Outboxes:
activatesrc -> Control messages to the file reading subsystem
output -> The framed data, payload ready
Inboxes
control : Code uses old style inbox/outbox description - no metadata available
recvsrc : Code uses old style inbox/outbox description - no metadata available
Outboxes
output : Code uses old style inbox/outbox description - no metadata available
Methods defined here
Warning!
You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.