| Package | Description |
|---|---|
| com.mongodb.connection |
| Modifier and Type | Method and Description |
|---|---|
SplittablePayload.Type |
SplittablePayload.getPayloadType() |
static SplittablePayload.Type |
SplittablePayload.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplittablePayload.Type[] |
SplittablePayload.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SplittablePayload(SplittablePayload.Type payloadType,
List<org.bson.BsonDocument> payload)
Create a new instance
|
Copyright © 2021. All rights reserved.