| java.lang.Object | |||
| ↳ | org.mule.module.gcm.processors.AbstractExpressionEvaluator | ||
| ↳ | org.mule.module.gcm.processors.AbstractMessageProcessor<O> | ||
| ↳ | org.mule.module.gcm.processors.SendMessageMessageProcessor | ||
SendMessageMessageProcessor invokes the sendMessage(java.util.List, java.lang.String, java.lang.String, java.lang.String, java.util.Map, boolean, int, java.lang.String, boolean, org.mule.api.MuleEvent) method in GcmConnector. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _collapseKeyType | |||||||||||
| _dataType | |||||||||||
| _delayWhileIdleType | |||||||||||
| _dryRunType | |||||||||||
| _muleEventType | |||||||||||
| _notificationKeyNameType | |||||||||||
| _notificationKeyType | |||||||||||
| _registrationIdsType | |||||||||||
| _restrictedPackageNameType | |||||||||||
| _timeToLiveSecondsType | |||||||||||
| collapseKey | |||||||||||
| data | |||||||||||
| delayWhileIdle | |||||||||||
| dryRun | |||||||||||
| muleEvent | |||||||||||
| notificationKey | |||||||||||
| notificationKeyName | |||||||||||
| registrationIds | |||||||||||
| restrictedPackageName | |||||||||||
| timeToLiveSeconds | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.gcm.processors.AbstractMessageProcessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Invokes the MessageProcessor.
| |||||||||||
Sets collapseKey
| |||||||||||
Sets data
| |||||||||||
Sets delayWhileIdle
| |||||||||||
Sets dryRun
| |||||||||||
Sets flow construct
| |||||||||||
Set the Mule context
| |||||||||||
Sets muleEvent
| |||||||||||
Sets notificationKey
| |||||||||||
Sets notificationKeyName
| |||||||||||
Sets registrationIds
| |||||||||||
Sets restrictedPackageName
| |||||||||||
Sets timeToLiveSeconds
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.gcm.processors.AbstractMessageProcessor
| |||||||||||
From class
org.mule.module.gcm.processors.AbstractExpressionEvaluator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.construct.FlowConstructAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.api.processor.MessageProcessor
| |||||||||||
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
| InitialisationException |
|---|
Invokes the MessageProcessor.
| event | MuleEvent to be processed |
|---|
| MuleException |
|---|
Sets collapseKey
| value | Value to set |
|---|
Sets data
| value | Value to set |
|---|
Sets delayWhileIdle
| value | Value to set |
|---|
Sets dryRun
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets muleEvent
| value | Value to set |
|---|
Sets notificationKey
| value | Value to set |
|---|
Sets notificationKeyName
| value | Value to set |
|---|
Sets registrationIds
| value | Value to set |
|---|
Sets restrictedPackageName
| value | Value to set |
|---|
Sets timeToLiveSeconds
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|