Package org.openspaces.core.gateway
Class GatewayLookupsFactoryBean
java.lang.Object
org.openspaces.core.gateway.GatewayLookupsFactoryBean
A gateway lookups factory bean for constructing
ReplicationLookupParameters using the
asReplicationLookupParameters() method.- Since:
- 8.0.3
- Author:
- Idan Moyal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGatewayLookups(List<GatewayLookup> gatewayLookups) Sets the gateway's lookups configuration.voidsetLookupGroup(String lookupGroup) Sets the gateway's lookup group.
-
Constructor Details
-
GatewayLookupsFactoryBean
public GatewayLookupsFactoryBean()
-
-
Method Details
-
getLookupGroup
- Returns:
- The gateway's lookup group.
-
setLookupGroup
Sets the gateway's lookup group.- Parameters:
lookupGroup- The lookup group.
-
getGatewayLookups
- Returns:
- The gateway's associated lookups configuration as a
GatewayLookups array.
-
setGatewayLookups
Sets the gateway's lookups configuration.- Parameters:
gatewayLookups- The lookups configuration.
-
asReplicationLookupParameters
- Returns:
- A new
ReplicationLookupParametersinstance constructed of the bean's properties.
-