public class MessageHistoryServiceWrapper extends Object implements MessageHistoryService
MessageHistoryService that uses reflection and works as a bridge between
classLoaders.| Constructor and Description |
|---|
MessageHistoryServiceWrapper(Dispatcher dispatcher,
Serializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
MessageHistory |
consume(String applicationName,
int chunkSize) |
void |
disable(String applicationName) |
void |
enable(String applicationName) |
public MessageHistoryServiceWrapper(Dispatcher dispatcher, Serializer serializer)
public void enable(String applicationName) throws NoSuchApplicationException
enable in interface MessageHistoryServiceNoSuchApplicationExceptionpublic MessageHistory consume(String applicationName, int chunkSize)
consume in interface MessageHistoryServicepublic void disable(String applicationName)
disable in interface MessageHistoryServiceCopyright © 2025 MuleSoft, Inc.. All rights reserved.