1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 21:14:49 +02:00

Add ConsumerOptions.get() factory method

This commit is contained in:
Paul Schaub 2022-08-29 13:00:50 +02:00
parent 5746985bb7
commit bc24c4626a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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.