Uses of Interface
com.networknt.saga.participant.PostLockFunction
-
Packages that use PostLockFunction Package Description com.networknt.saga.participant -
-
Uses of PostLockFunction in com.networknt.saga.participant
Methods in com.networknt.saga.participant that return types with arguments of type PostLockFunction Modifier and Type Method Description Optional<PostLockFunction>SagaCommandHandler. getPostLock()Methods in com.networknt.saga.participant with parameters of type PostLockFunction Modifier and Type Method Description voidSagaCommandHandler. setPostLock(PostLockFunction postLock)SagaCommandHandlerBuilder<C>SagaCommandHandlerBuilder. withPostLock(PostLockFunction<C> postLock)
-