public interface IProvidesMessageBrowsers<M> extends IHasProcessState<M>
Modifier and Type | Method and Description |
---|---|
IMessageBrowser<M> |
getMessageBrowser(ProcessState state)
returns a
browser of messages that are in ProcessState 'state', and are stored in a
storage managed by the listener itself (as opposed to a storage configured as a messageLog or errorStorage in the configuration). |
changeProcessState, knownProcessStates, targetProcessStates
IMessageBrowser<M> getMessageBrowser(ProcessState state)
browser
of messages that are in ProcessState 'state', and are stored in a
storage managed by the listener itself (as opposed to a storage configured as a messageLog or errorStorage in the configuration).Copyright © 2023 Frank!Framework. All rights reserved.