Package com.networknt.saga.orchestration
Interface ReplyClassAndHandler
-
public interface ReplyClassAndHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getReplyClass()RawSagaStateMachineActiongetReplyHandler()
-
-
-
Method Detail
-
getReplyHandler
RawSagaStateMachineAction getReplyHandler()
-
getReplyClass
Class<?> getReplyClass()
-
-