public class SubscriptionBatchOptions extends Object
Constructor and Description |
---|
SubscriptionBatchOptions() |
SubscriptionBatchOptions(Integer maxSize,
int maxDocCount,
Long acknowledgmentTimeout) |
Modifier and Type | Method and Description |
---|---|
Long |
getAcknowledgmentTimeout() |
int |
getMaxDocCount() |
Integer |
getMaxSize() |
void |
setAcknowledgmentTimeout(Long acknowledgmentTimeout) |
void |
setMaxDocCount(int maxDocCount) |
void |
setMaxSize(Integer maxSize) |
RavenJObject |
toRavenObject() |
public Integer getMaxSize()
public void setMaxSize(Integer maxSize)
public int getMaxDocCount()
public void setMaxDocCount(int maxDocCount)
public Long getAcknowledgmentTimeout()
public void setAcknowledgmentTimeout(Long acknowledgmentTimeout)
public RavenJObject toRavenObject()
Copyright © 2016. All Rights Reserved.