public interface MessageQueue
Modifier and Type | Method and Description |
---|---|
void |
add(MessageContext synCtx) |
MessageContext |
get() |
boolean |
isEmpty() |
boolean |
isPersistent() |
void |
load() |
boolean |
persist() |
void add(MessageContext synCtx)
MessageContext get()
boolean isEmpty()
boolean isPersistent()
boolean persist()
void load()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.