public class DistributionModule extends Object
Modifier and Type | Field and Description |
---|---|
private DistributionHandler |
distributionHandler
Holds the distribution logic.
|
private boolean |
isAsyncDistribution |
static org.objectweb.util.monolog.api.Logger |
logger |
Constructor and Description |
---|
DistributionModule(String className,
Properties properties,
boolean firstTime) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DistributionHandler |
getDistributionHandler() |
void |
processMessage(Message fullMessage) |
void |
setProperties(Properties properties,
boolean firstTime)
Resets the distribution properties.
|
public static org.objectweb.util.monolog.api.Logger logger
private DistributionHandler distributionHandler
private boolean isAsyncDistribution
public DistributionModule(String className, Properties properties, boolean firstTime)
public void setProperties(Properties properties, boolean firstTime)
public void close()
public DistributionHandler getDistributionHandler()
Copyright © 2021 ScalAgent D.T.. All rights reserved.