Uses of Enum Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.event.GenericMessageType
Packages that use GenericMessageType
Package
Description
-
Uses of GenericMessageType in org.qubership.integration.platform.runtime.catalog.rest.v1.dto.event
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.dto.event that return GenericMessageTypeModifier and TypeMethodDescriptionstatic GenericMessageTypeReturns the enum constant of this class with the specified name.static GenericMessageType[]GenericMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenericMessageType in org.qubership.integration.platform.runtime.catalog.service
Method parameters in org.qubership.integration.platform.runtime.catalog.service with type arguments of type GenericMessageTypeModifier and TypeMethodDescriptionvoidDeploymentService.subscribeMessages(MultiConsumer.Consumer5<String, String, String, GenericMessageType, Map<String, String>> messagesCallback)