public class InvocationBatchingConfiguration extends java.lang.Object implements Matchable<InvocationBatchingConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ENABLED |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
enabled() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public boolean enabled()
public AttributeSet attributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object