mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01: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();
|
||||
|
||||
public static ConsumerOptions get() {
|
||||
return new ConsumerOptions();
|
||||
}
|
||||
|
||||
/**
|
||||
* Consider signatures on the message made before the given timestamp invalid.
|
||||
* Null means no limitation.
|
||||
|
|
Loading…
Reference in a new issue