public interface JmsPublisher
Modifier and Type | Field and Description |
---|---|
static String |
CORE_EVENTS_TOPIC |
Modifier and Type | Method and Description |
---|---|
void |
publish(Serializable content) |
void |
publish(Topic topic,
Object content,
MessageFactory factory) |
static final String CORE_EVENTS_TOPIC
void publish(Serializable content) throws JMSException
JMSException
void publish(Topic topic, Object content, MessageFactory factory) throws JMSException
JMSException
Copyright © 2011 Nuxeo SA. All Rights Reserved.