Class FlowKey

  • 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 FlowKey
    extends SpecificRecordBase implements SpecificRecord
                        

    Represents of a unique key for a flow instance.

    • Constructor Detail

      • FlowKey

        FlowKey()
        Default constructor.
      • FlowKey

        FlowKey(String id, HoldingIdentity identity)
        All-args constructor.
        Parameters:
        id - Unique flow id for the given Holding Identity
        identity - Identity of the party executing the flow.