Uses of Class
org.hyperledger.aries.api.message.ProblemReport
-
Packages that use ProblemReport Package Description org.hyperledger.aries.webhook -
-
Uses of ProblemReport in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return types with arguments of type ProblemReport Modifier and Type Method Description reactor.core.publisher.Flux<ProblemReport>ReactiveEventHandler. problemReport()Methods in org.hyperledger.aries.webhook with parameters of type ProblemReport Modifier and Type Method Description voidEventHandler. handleProblemReport(ProblemReport report)voidTenantAwareEventHandler. handleProblemReport(String walletId, ProblemReport report)
-