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