@Immutable public final class MessageSettings extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MessageSettings.Builder
A MessageSettings builder.
|
Modifier and Type | Method and Description |
---|---|
static MessageSettings.Builder |
builder()
Gets the builder
|
int |
getMaxBatchCount()
Gets the maximum number of items in a batch allowed.
|
int |
getMaxDocumentSize()
Gets the maximum document size allowed.
|
int |
getMaxMessageSize()
Gets the maximum message size allowed.
|
int |
getMaxWireVersion() |
ServerType |
getServerType() |
public static MessageSettings.Builder builder()
public int getMaxDocumentSize()
public int getMaxMessageSize()
public int getMaxBatchCount()
public int getMaxWireVersion()
public ServerType getServerType()
Copyright © 2010 - 2023 Adobe. All Rights Reserved