public class PersistentUniquenessProvider extends SingletonSerializeAsToken implements UniquenessProvider
A RDBMS backed Uniqueness provider
Modifier and Type | Class and Description |
---|---|
static class |
PersistentUniquenessProvider.Companion |
UniquenessProvider.Conflict, UniquenessProvider.ConsumingTx
Modifier and Type | Field and Description |
---|---|
static PersistentUniquenessProvider.Companion |
Companion |
Constructor and Description |
---|
PersistentUniquenessProvider()
A RDBMS backed Uniqueness provider
|
Modifier and Type | Method and Description |
---|---|
void |
commit(java.util.List<net.corda.core.contracts.StateRef> states,
SecureHash txId,
Party callerIdentity)
Commits all input states of the given transaction
|
toToken
commit
toToken
public static PersistentUniquenessProvider.Companion Companion
public PersistentUniquenessProvider()
A RDBMS backed Uniqueness provider
public void commit(java.util.List<net.corda.core.contracts.StateRef> states, SecureHash txId, Party callerIdentity)
Commits all input states of the given transaction