Package | Description |
---|---|
io.simplesource.saga.action.app | |
io.simplesource.saga.action.async | |
io.simplesource.saga.action.eventsourcing | |
io.simplesource.saga.saga.app |
Modifier and Type | Field and Description |
---|---|
ActionSpec<A> |
ActionAppContext.actionSpec |
Modifier and Type | Field and Description |
---|---|
ActionSpec<A> |
AsyncContext.actionSpec |
Modifier and Type | Field and Description |
---|---|
ActionSpec<A> |
EventSourcingContext.actionSpec |
Modifier and Type | Method and Description |
---|---|
static <A> SagaApp<A> |
SagaApp.of(SagaSpec<A> sagaSpec,
ActionSpec<A> actionSpec) |
static <A> SagaApp<A> |
SagaApp.of(SagaSpec<A> sagaSpec,
ActionSpec<A> actionSpec,
TopicConfigBuilder.BuildSteps topicBuildFn) |
static <A> SagaApp<A> |
SagaApp.of(SagaSpec<A> sagaSpec,
ActionSpec<A> actionSpec,
TopicConfigBuilder.BuildSteps topicBuildFn,
PropertiesBuilder.BuildSteps propertiesBuildFn)
Static constructor for a
SagaApp saga coordinator application. |
Copyright © 2019. All rights reserved.