Class AppMessageMarker

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class AppMessageMarker
    extends SpecificRecordBase implements SpecificRecord
                        

    Used by the sending side to track the end to end delivery of an net.corda.data.p2p.app.AuthenticatedMessage. When processing an net.corda.data.p2p.app.AuthenticatedMessage, a component can persist an AppMessageMarker to communicate the status to other components.