Package com.networknt.saga.orchestration
Class PendingSagaCommand
- java.lang.Object
-
- com.networknt.saga.orchestration.PendingSagaCommand
-
public class PendingSagaCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description PendingSagaCommand(String destination, String resource, com.networknt.eventuate.common.Command command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.networknt.eventuate.common.CommandgetCommand()StringgetDestination()StringgetResource()
-