Uses of Class
org.hyperledger.aries.webhook.EventType
-
Packages that use EventType Package Description org.hyperledger.aries.webhook -
-
Uses of EventType in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return EventType Modifier and Type Method Description static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.webhook that return types with arguments of type EventType Modifier and Type Method Description static Optional<EventType>EventType. fromTopic(String topic)
-