public class GrouperMessagingEngine
extends java.lang.Object
Constructor and Description |
---|
GrouperMessagingEngine() |
Modifier and Type | Method and Description |
---|---|
static GrouperMessageAcknowledgeResult |
acknowledge(GrouperMessageAcknowledgeParam grouperMessageAcknowledgeParam)
mark messages that we received and processed, or return to queue, or whatever
|
static GrouperMessageReceiveResult |
receive(GrouperMessageReceiveParam grouperMessageReceiveParam)
this will generally block until there are messages to process.
|
static GrouperMessagingSystem |
retrieveGrouperMessageSystem(java.lang.String grouperMessageSystemName) |
static java.lang.String |
retrieveGrouperMessageSystemName(GrouperMessageSystemParam grouperMessageSystemConfig) |
static GrouperMessageSendResult |
send(GrouperMessageSendParam grouperMessageSendParam)
send one or more messages
|
public static GrouperMessageSendResult send(GrouperMessageSendParam grouperMessageSendParam)
grouperMessageSendParam
- parameters to send messagepublic static java.lang.String retrieveGrouperMessageSystemName(GrouperMessageSystemParam grouperMessageSystemConfig)
grouperMessageSystemConfig
- public static GrouperMessagingSystem retrieveGrouperMessageSystem(java.lang.String grouperMessageSystemName)
grouperMessageSystemName
- public static GrouperMessageReceiveResult receive(GrouperMessageReceiveParam grouperMessageReceiveParam)
grouperMessageReceiveParam
- param to receive messagespublic static GrouperMessageAcknowledgeResult acknowledge(GrouperMessageAcknowledgeParam grouperMessageAcknowledgeParam)
grouperMessageAcknowledgeParam
-