Uses of Class
org.hyperledger.aries.api.revocation.RevocationNotificationEventV2
-
Packages that use RevocationNotificationEventV2 Package Description org.hyperledger.aries.api.revocation org.hyperledger.aries.webhook -
-
Uses of RevocationNotificationEventV2 in org.hyperledger.aries.api.revocation
Methods in org.hyperledger.aries.api.revocation that return RevocationNotificationEventV2 Modifier and Type Method Description RevocationNotificationEventV2RevocationNotificationEventV2.RevocationNotificationEventV2Builder. build() -
Uses of RevocationNotificationEventV2 in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return types with arguments of type RevocationNotificationEventV2 Modifier and Type Method Description reactor.core.publisher.Flux<RevocationNotificationEventV2>ReactiveEventHandler. revocationNotificationV2()Methods in org.hyperledger.aries.webhook with parameters of type RevocationNotificationEventV2 Modifier and Type Method Description voidEventHandler. handleRevocationNotificationV2(RevocationNotificationEventV2 revocationNotificationV2)voidTenantAwareEventHandler. handleRevocationNotificationV2(String walletId, RevocationNotificationEventV2 revocationNotificationV2)
-