public abstract class TimeOutSaga extends Saga
commandDispatcher, id, repository, STATE_FINISHED, STATE_INITIAL| Constructor and Description |
|---|
TimeOutSaga(String id,
akka.actor.ActorRef commandDispatcher,
SagaRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
awake() |
void |
onReceive(Object o) |
protected void |
scheduleAwake(int time,
TimeUnit timeUnit) |
protected void |
transitionState(byte state) |
equals, forceSetState, getId, getState, hashCode, preStartpublic TimeOutSaga(String id, akka.actor.ActorRef commandDispatcher, SagaRepository repository)
protected void transitionState(byte state)
transitionState in class Sagaprotected abstract void awake()
protected void scheduleAwake(int time,
TimeUnit timeUnit)
Copyright © 2014. All rights reserved.