Interface TopologyEvent

All Known Implementing Classes:
ParticipantAuthorizationAdded, ParticipantAuthorizationChanged, ParticipantAuthorizationRevoked

public interface TopologyEvent
This interface represents events in TopologyTransactions.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    fromProtoEvent(com.daml.ledger.api.v2.TopologyTransactionOuterClass.TopologyEvent event)
     
    @NonNull String
     
    default com.daml.ledger.api.v2.TopologyTransactionOuterClass.TopologyEvent
     
  • Method Details

    • getParticipantId

      @NonNull String getParticipantId()
    • toProtoEvent

      default com.daml.ledger.api.v2.TopologyTransactionOuterClass.TopologyEvent toProtoEvent()
    • fromProtoEvent

      static TopologyEvent fromProtoEvent(com.daml.ledger.api.v2.TopologyTransactionOuterClass.TopologyEvent event)