mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-11 03:09:41 +02:00
Add ConsumerOptions.get() factory method
This commit is contained in:
parent
5746985bb7
commit
bc24c4626a
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ public class ConsumerOptions {
|
||||||
|
|
||||||
private MultiPassStrategy multiPassStrategy = new InMemoryMultiPassStrategy();
|
private MultiPassStrategy multiPassStrategy = new InMemoryMultiPassStrategy();
|
||||||
|
|
||||||
|
public static ConsumerOptions get() {
|
||||||
|
return new ConsumerOptions();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Consider signatures on the message made before the given timestamp invalid.
|
* Consider signatures on the message made before the given timestamp invalid.
|
||||||
* Null means no limitation.
|
* Null means no limitation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue