Uses of Enum Class
org.qubership.integration.platform.engine.model.ChainElementType
Packages that use ChainElementType
Package
Description
-
Uses of ChainElementType in org.qubership.integration.platform.engine.model
Methods in org.qubership.integration.platform.engine.model that return ChainElementTypeModifier and TypeMethodDescriptionstatic ChainElementTypeChainElementType.fromString(String text) static ChainElementTypeReturns the enum constant of this class with the specified name.static ChainElementType[]ChainElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.integration.platform.engine.model with parameters of type ChainElementTypeModifier and TypeMethodDescriptionstatic booleanChainElementType.isAmqpAsyncElement(ChainElementType chainElementType) static booleanChainElementType.isAmqpProducerElement(ChainElementType chainElementType) static booleanChainElementType.isElementForInfoSessionsLevel(ChainElementType chainElementType) static booleanChainElementType.isExceptionHandleElement(ChainElementType chainElementType) static booleanChainElementType.isHttpElement(ChainElementType chainElementType) static booleanChainElementType.isKafkaAsyncElement(ChainElementType chainElementType) static booleanChainElementType.isSdsTriggerElement(ChainElementType chainElementType) static booleanChainElementType.isWrappedInStepElement(ChainElementType chainElementType) -
Uses of ChainElementType in org.qubership.integration.platform.engine.service.debugger
Methods in org.qubership.integration.platform.engine.service.debugger with parameters of type ChainElementTypeModifier and TypeMethodDescriptionvoidCamelDebugger.logAfterStepFinished(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepName, String elementId, ChainElementType elementType) -
Uses of ChainElementType in org.qubership.integration.platform.engine.service.debugger.metrics
Methods in org.qubership.integration.platform.engine.service.debugger.metrics with parameters of type ChainElementTypeModifier and TypeMethodDescriptionvoidMetricsService.processElementFinishMetrics(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepId, String stepName, ChainElementType elementType, boolean failed) voidMetricsService.processElementStartMetrics(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepId, String stepName, ChainElementType elementType)