public class NotificationPublishingMessageHandler
extends org.springframework.integration.handler.AbstractMessageHandler
implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
AbstractMessageHandler implementation to publish an incoming message
as a JMX Notification.
The OutboundMessageMapper is used to convert a Message to the Notification.| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationPublishingMessageHandler.PublisherDelegate
Simple class used for the actual MBean instances to be registered.
|
EXPRESSION_PARSER, logger| Constructor and Description |
|---|
NotificationPublishingMessageHandler(javax.management.ObjectName objectName) |
NotificationPublishingMessageHandler(java.lang.String objectName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
protected void |
handleMessageInternal(org.springframework.messaging.Message<?> message) |
void |
onInit() |
void |
setDefaultNotificationType(java.lang.String defaultNotificationType)
Specify a dot-delimited String representing the Notification type to
use by default when no explicit Notification mapper
has been configured.
|
void |
setNotificationMapper(org.springframework.integration.mapping.OutboundMessageMapper<javax.management.Notification> notificationMapper)
Set a mapper for creating Notifications from a Message.
|
configureMetrics, getActiveCount, getActiveCountLong, getDuration, getErrorCount, getErrorCountLong, getHandleCount, getHandleCountLong, getManagedName, getManagedType, getMaxDuration, getMeanDuration, getMinDuration, getOrder, getOverrides, getStandardDeviationDuration, handleMessage, isCountsEnabled, isLoggingEnabled, isStatsEnabled, onComplete, onError, onNext, onSubscribe, registerMetricsCaptor, reset, setCountsEnabled, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, setStatsEnabledafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterPropertiesSetpublic NotificationPublishingMessageHandler(javax.management.ObjectName objectName)
public NotificationPublishingMessageHandler(java.lang.String objectName)
public void setNotificationMapper(org.springframework.integration.mapping.OutboundMessageMapper<javax.management.Notification> notificationMapper)
notificationMapper - The notification mapper.public void setDefaultNotificationType(java.lang.String defaultNotificationType)
defaultNotificationType - The default notification type.public java.lang.String getComponentType()
getComponentType in interface org.springframework.integration.support.context.NamedComponentgetComponentType in class org.springframework.integration.handler.AbstractMessageHandlerpublic final void onInit()
throws java.lang.Exception
onInit in class org.springframework.integration.handler.AbstractMessageHandlerjava.lang.Exceptionprotected void handleMessageInternal(org.springframework.messaging.Message<?> message)
throws java.lang.Exception
handleMessageInternal in class org.springframework.integration.handler.AbstractMessageHandlerjava.lang.Exception