public class MulticastConfigurationFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
| Modifier and Type | Field and Description |
|---|---|
private MulticastConfiguration |
configuration |
private NiFiProperties |
properties |
| Constructor and Description |
|---|
MulticastConfigurationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setProperties(NiFiProperties properties) |
private MulticastConfiguration configuration
private NiFiProperties properties
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setProperties(NiFiProperties properties)
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.