@ConfigurationProperties(value="mongodb.consumer") @Validated public class MongoDbConsumerProperties extends Object
Constructor and Description |
---|
MongoDbConsumerProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getCollection() |
org.springframework.expression.Expression |
getCollectionExpression() |
void |
setCollection(String collection) |
void |
setCollectionExpression(org.springframework.expression.Expression collectionExpression) |
public void setCollection(String collection)
public String getCollection()
public void setCollectionExpression(org.springframework.expression.Expression collectionExpression)
public org.springframework.expression.Expression getCollectionExpression()
Copyright © 2022. All rights reserved.