@ConfigurationProperties(value="elasticsearch.consumer") public class ElasticsearchConsumerProperties extends Object
Constructor and Description |
---|
ElasticsearchConsumerProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
long |
getGroupTimeout() |
org.springframework.expression.Expression |
getId() |
String |
getIndex() |
String |
getRouting() |
long |
getTimeoutSeconds() |
boolean |
isAsync() |
void |
setAsync(boolean async) |
void |
setBatchSize(int batchSize) |
void |
setGroupTimeout(long groupTimeout) |
void |
setId(org.springframework.expression.Expression id) |
void |
setIndex(String index) |
void |
setRouting(String routing) |
void |
setTimeoutSeconds(long timeoutSeconds) |
public org.springframework.expression.Expression getId()
public void setId(org.springframework.expression.Expression id)
public String getIndex()
public void setIndex(String index)
public String getRouting()
public void setRouting(String routing)
public long getTimeoutSeconds()
public void setTimeoutSeconds(long timeoutSeconds)
public boolean isAsync()
public void setAsync(boolean async)
public int getBatchSize()
public void setBatchSize(int batchSize)
public long getGroupTimeout()
public void setGroupTimeout(long groupTimeout)
Copyright © 2022. All rights reserved.