Class AcknowledgmentProperties
java.lang.Object
com.solace.connector.core.properties.AcknowledgmentProperties
Acknowledgment configuration properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanvoidsetBackPressureThreshold(long backPressureThreshold) voidsetPublishAsync(boolean publishAsync) voidsetPublishTimeout(long publishTimeout)
-
Constructor Details
-
AcknowledgmentProperties
public AcknowledgmentProperties()
-
-
Method Details
-
isPublishAsync
public boolean isPublishAsync() -
setPublishAsync
public void setPublishAsync(boolean publishAsync) -
getPublishTimeout
public long getPublishTimeout() -
setPublishTimeout
public void setPublishTimeout(long publishTimeout) -
getBackPressureThreshold
public long getBackPressureThreshold() -
setBackPressureThreshold
public void setBackPressureThreshold(long backPressureThreshold)
-