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