public interface IHasProcessState<M>
Modifier and Type | Method and Description |
---|---|
RawMessageWrapper<M> |
changeProcessState(RawMessageWrapper<M> message,
ProcessState toState,
String reason)
Change the processState of the message to the specified state, if that state
is supported.
|
Set<ProcessState> |
knownProcessStates()
Provides the set of ProcessStates used by this listener.
|
Map<ProcessState,Set<ProcessState>> |
targetProcessStates()
Provides the set of ProcessStates that a message in the specified state can be moved to, e.g.
|
Set<ProcessState> knownProcessStates()
Map<ProcessState,Set<ProcessState>> targetProcessStates()
RawMessageWrapper<M> changeProcessState(RawMessageWrapper<M> message, ProcessState toState, String reason) throws ListenerException
false
is returned.ListenerException
Copyright © 2023 Frank!Framework. All rights reserved.