Uses of Enum Class
org.qubership.integration.platform.engine.model.sessionsreporting.EventSourceType
Packages that use EventSourceType
Package
Description
-
Uses of EventSourceType in org.qubership.integration.platform.engine.model.sessionsreporting
Methods in org.qubership.integration.platform.engine.model.sessionsreporting that return EventSourceTypeModifier and TypeMethodDescriptionstatic EventSourceTypeReturns the enum constant of this class with the specified name.static EventSourceType[]EventSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventSourceType in org.qubership.integration.platform.engine.service.debugger.kafkareporting
Methods in org.qubership.integration.platform.engine.service.debugger.kafkareporting with parameters of type EventSourceTypeModifier and TypeMethodDescriptionvoidSessionsKafkaReportingService.addToQueue(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String sessionId, String originalSessionId, String parentSessionId, EventSourceType sourceType)