public static class TransactionalQueuePollCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
String |
name
Name of the Transactional Queue
|
long |
threadId
The id of the user thread performing the operation.
|
long |
timeout
How long to wait before giving up, in milliseconds
|
UUID |
txnId
ID of the transaction
|
Constructor and Description |
---|
RequestParameters() |
public String name
public UUID txnId
public long threadId
public long timeout
Copyright © 2019 Hazelcast, Inc.. All rights reserved.