public class EventWriterConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
EventWriterConfig.EventWriterConfigBuilder |
Modifier and Type | Method and Description |
---|---|
static EventWriterConfig.EventWriterConfigBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getBackoffMultiple() |
int |
getInitialBackoffMillis() |
int |
getMaxBackoffMillis() |
int |
getRetryAttempts() |
long |
getTransactionTimeoutTime() |
int |
hashCode() |
boolean |
isAutomaticallyNoteTime()
Automatically invoke
EventStreamWriter.noteTime(long) passing
System.currentTimeMillis() on a regular interval. |
boolean |
isEnableConnectionPooling() |
java.lang.String |
toString() |
public static EventWriterConfig.EventWriterConfigBuilder builder()
public int getInitialBackoffMillis()
public int getMaxBackoffMillis()
public int getRetryAttempts()
public int getBackoffMultiple()
public boolean isEnableConnectionPooling()
public long getTransactionTimeoutTime()
public boolean isAutomaticallyNoteTime()
EventStreamWriter.noteTime(long)
passing
System.currentTimeMillis()
on a regular interval.EventStreamWriter.noteTime(long)
.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object