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