public class RabbitMQPublisherImpl extends Object implements NutchPublisher
X_POINT_ID
Constructor and Description |
---|
RabbitMQPublisherImpl() |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConf() |
void |
publish(Object event,
Configuration conf)
This method publishes the event.
|
void |
setConf(Configuration arg0) |
boolean |
setConfig(Configuration conf)
Use implementation specific configurations
|
public boolean setConfig(Configuration conf)
NutchPublisher
setConfig
in interface NutchPublisher
conf
- Configuration
to be usedpublic void publish(Object event, Configuration conf)
NutchPublisher
publish
in interface NutchPublisher
public void setConf(Configuration arg0)
setConf
in interface Configurable
public Configuration getConf()
getConf
in interface Configurable
Copyright © 2021 The Apache Software Foundation