Class MembershipRegistrationRequest

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

    Request to register with an MGM.

    • Constructor Detail

      • MembershipRegistrationRequest

        MembershipRegistrationRequest()
        Default constructor.
      • MembershipRegistrationRequest

        MembershipRegistrationRequest(String registrationId, SignedData memberContext, SignedData registrationContext, Long serial)
        All-args constructor.
        Parameters:
        registrationId - UUID identifying this registration request
        memberContext - Member provided data in MemberInfo which has been signed by the registering member.
        registrationContext - Additional registration context which has been signed by the registering member and is not part of the MemberInfo.
        serial - The version of the member info the member could see when calling registration.