public interface IPeekableListener<M> extends IPullingListener<M>
Modifier and Type | Method and Description |
---|---|
boolean |
hasRawMessageAvailable() |
boolean |
isPeekUntransacted() |
void |
setPeekUntransacted(boolean b)
when true, then PollingListener container will execute getRawMessage() only when hasRawMessageAvailable() has returned true.
|
closeThread, getRawMessage, openThread
afterMessageProcessed, close, configure, extractMessage, open
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
boolean hasRawMessageAvailable() throws ListenerException
ListenerException
void setPeekUntransacted(boolean b)
boolean isPeekUntransacted()
Copyright © 2023 Frank!Framework. All rights reserved.