Uses of Enum Class
org.qubership.integration.platform.runtime.catalog.model.kubernetes.operator.EventActionType
Packages that use EventActionType
Package
Description
-
Uses of EventActionType in org.qubership.integration.platform.runtime.catalog.model.kubernetes.operator
Methods in org.qubership.integration.platform.runtime.catalog.model.kubernetes.operator that return EventActionTypeModifier and TypeMethodDescriptionstatic EventActionTypestatic EventActionTypeReturns the enum constant of this class with the specified name.static EventActionType[]EventActionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventActionType in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with parameters of type EventActionTypeModifier and TypeMethodDescriptionEngineMapper.asEngineUpdate(KubePod pod, String domain, EventActionType actionType) EngineMapperImpl.asEngineUpdate(KubePod pod, String domain, EventActionType actionType) -
Uses of EventActionType in org.qubership.integration.platform.runtime.catalog.service
Method parameters in org.qubership.integration.platform.runtime.catalog.service with type arguments of type EventActionTypeModifier and TypeMethodDescriptionEngineService.subscribeEngines(MultiConsumer.Consumer5<String, KubePod, String, EventActionType, String> callback)