public enum EventType extends Enum<EventType>
public static final EventType SagaStartedEvent
public static final EventType TxStartedEvent
public static final EventType TxEndedEvent
public static final EventType TxAbortedEvent
public static final EventType TxCompensatedEvent
public static final EventType SagaEndedEvent
public static final EventType SagaAbortedEvent
public static final EventType SagaTimeoutEvent
public static final EventType TxCompensateEvent
public static final EventType TxCompensateAckFailedEvent
public static final EventType TxCompensateAckSucceedEvent
public static final EventType CompensateAckTimeoutEvent
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.