Class MessageSettings


  • @Immutable
    public final class MessageSettings
    extends java.lang.Object
    The message settings
    Since:
    3.0
    • Method Detail

      • getMaxDocumentSize

        public int getMaxDocumentSize()
        Gets the maximum document size allowed.
        Returns:
        the maximum document size allowed
      • getMaxMessageSize

        public int getMaxMessageSize()
        Gets the maximum message size allowed.
        Returns:
        the maximum message size allowed
      • getMaxBatchCount

        public int getMaxBatchCount()
        Gets the maximum number of items in a batch allowed.
        Returns:
        the maximum number of items in a batch allowed
      • getMaxWireVersion

        public int getMaxWireVersion()
      • getServerType

        public ServerType getServerType()