public class SocketConfigurationFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<SocketConfiguration>
| Modifier and Type | Field and Description |
|---|---|
private SocketConfiguration |
configuration |
private NiFiProperties |
properties |
| Constructor and Description |
|---|
SocketConfigurationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
SocketConfiguration |
getObject() |
Class<SocketConfiguration> |
getObjectType() |
boolean |
isSingleton() |
void |
setProperties(NiFiProperties properties) |
private SocketConfiguration configuration
private NiFiProperties properties
public SocketConfiguration getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<SocketConfiguration>Exceptionpublic Class<SocketConfiguration> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<SocketConfiguration>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<SocketConfiguration>public void setProperties(NiFiProperties properties)
Copyright © 2020 Apache NiFi Project. All rights reserved.