public class KafkaSpaceSynchronizationEndpointBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean<KafkaSpaceSynchronizationEndpoint>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description | 
|---|
| KafkaSpaceSynchronizationEndpointBeanFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| void | destroy() | 
| protected KafkaSpaceSynchronizationEndpointConfigurer | getConfigurer() | 
| KafkaSpaceSynchronizationEndpoint | getObject() | 
| Class<?> | getObjectType() | 
| boolean | isSingleton() | 
| void | setKafkaBootstrapServers(String kafkaBootstrapServers) | 
| void | setKafkaProperties(Properties kafkaProperties) | 
| void | setPrimaryEndpoint(SpaceSynchronizationEndpoint synchronizationEndpoint) | 
| void | setSecondaryEndpoints(Map<String,SpaceSynchronizationEndpoint> secondaryEndpoints) | 
| void | setTopic(String topic) | 
public KafkaSpaceSynchronizationEndpointBeanFactory()
protected KafkaSpaceSynchronizationEndpointConfigurer getConfigurer()
public KafkaSpaceSynchronizationEndpoint getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<KafkaSpaceSynchronizationEndpoint>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<KafkaSpaceSynchronizationEndpoint>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<KafkaSpaceSynchronizationEndpoint>public void setPrimaryEndpoint(SpaceSynchronizationEndpoint synchronizationEndpoint)
public void setSecondaryEndpoints(Map<String,SpaceSynchronizationEndpoint> secondaryEndpoints)
public void setKafkaProperties(Properties kafkaProperties)
public void setKafkaBootstrapServers(String kafkaBootstrapServers)
public void setTopic(String topic)
public void destroy()
             throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionCopyright © GigaSpaces.