| Constructor and Description |
|---|
StitchConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StitchConfiguration |
copy() |
reactor.netty.resources.ConnectionProvider |
getConnectionProvider()
ConnectionProvider contain configuration for the HttpClient like Maximum connection limit ..
|
reactor.netty.http.client.HttpClient |
getHttpClient()
Reactor Netty HttpClient, you can injected it if you want to have custom HttpClient
|
String |
getKeyNames()
A collection of comma separated strings representing the Primary Key fields in the source table.
|
StitchRegion |
getRegion()
Stitch account region, e.g: europe
|
StitchClient |
getStitchClient()
Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interface
|
StitchSchema |
getStitchSchema()
A schema that describes the record(s)
|
String |
getTableName()
The name of the destination table the data is being pushed to.
|
String |
getToken()
Stitch access token for the Stitch Import API
|
void |
setConnectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider) |
void |
setHttpClient(reactor.netty.http.client.HttpClient httpClient) |
void |
setKeyNames(String keyNames) |
void |
setRegion(StitchRegion region) |
void |
setStitchClient(StitchClient stitchClient) |
void |
setStitchSchema(StitchSchema stitchSchema) |
void |
setTableName(String tableName) |
void |
setToken(String token) |
public String getTableName()
public void setTableName(String tableName)
public String getToken()
public void setToken(String token)
public StitchRegion getRegion()
public void setRegion(StitchRegion region)
public StitchSchema getStitchSchema()
public void setStitchSchema(StitchSchema stitchSchema)
public String getKeyNames()
public void setKeyNames(String keyNames)
public reactor.netty.http.client.HttpClient getHttpClient()
public void setHttpClient(reactor.netty.http.client.HttpClient httpClient)
public reactor.netty.resources.ConnectionProvider getConnectionProvider()
public void setConnectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider)
public StitchClient getStitchClient()
public void setStitchClient(StitchClient stitchClient)
public StitchConfiguration copy()
Apache Camel