| Modifier and Type | Class and Description |
|---|---|
class |
EventContextDefault<S,T>
事件上下文默认实现
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T> EventContext<S,T> |
EventContext.of(S state,
T payload) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
StateTransition.matches(E event,
EventContext<S,T> eventContext)
匹配
|
S |
StateMachine.sendEvent(E event,
EventContext<S,T> eventContext)
发送事件
|
Copyright © 2025. All rights reserved.