Class Hierarchy
- java.lang.Object
- com.networknt.saga.orchestration.AggregateInstanceSubscriptionsDAOImpl (implements com.networknt.saga.orchestration.AggregateInstanceSubscriptionsDAO)
- com.networknt.saga.orchestration.DestinationAndResource
- com.networknt.saga.orchestration.EnlistedAggregate
- com.networknt.saga.orchestration.EnlistedAggregatesDaoImpl (implements com.networknt.saga.orchestration.EnlistedAggregatesDao)
- com.networknt.saga.orchestration.EventClassAndAggregateId
- com.networknt.saga.orchestration.EventToPublish
- com.networknt.saga.orchestration.PendingSagaCommand
- com.networknt.saga.orchestration.SagaCompletedForAggregateEvent (implements com.networknt.tram.event.common.DomainEvent)
- com.networknt.saga.orchestration.SagaDataSerde
- com.networknt.saga.orchestration.SagaEventHandler<Data>
- com.networknt.saga.orchestration.SagaInstance
- com.networknt.saga.orchestration.SagaInstanceData<Data>
- com.networknt.saga.orchestration.SagaInstanceRepositoryJdbc (implements com.networknt.saga.orchestration.SagaInstanceRepository)
- com.networknt.saga.orchestration.SagaManagerImpl<Data> (implements com.networknt.saga.orchestration.SagaManager<Data>)
- com.networknt.saga.orchestration.SagaTypeAndId
- com.networknt.saga.orchestration.SerializedSagaData
Interface Hierarchy
- com.networknt.saga.orchestration.AggregateInstanceSubscriptionsDAO
- com.networknt.saga.orchestration.EnlistedAggregatesDao
- com.networknt.saga.orchestration.EventStartingHandler<Data,EventClass>
- java.util.function.Function<T,R>
- com.networknt.saga.orchestration.StartingHandler<Data>
- com.networknt.saga.orchestration.RawSagaStateMachineAction
- com.networknt.saga.orchestration.ReplyClassAndHandler
- com.networknt.saga.orchestration.Saga<Data>
- com.networknt.saga.orchestration.SagaActions<Data>
- com.networknt.saga.orchestration.NewSagaActions<Data>
- com.networknt.saga.orchestration.SagaDefinition<Data>
- com.networknt.saga.orchestration.SagaInstanceRepository
- com.networknt.saga.orchestration.SagaManager<Data>
- com.networknt.saga.orchestration.SagaStateMachineAction<Data,Reply>
- com.networknt.saga.orchestration.SagaStateMachineEventHandler<Data,EventClass>