Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IDocumentConflictListener> |
DocumentStoreBase.getRegisteredConflictListeners()
Gets a read-only collection of the registered conflict listeners.
|
Modifier and Type | Method and Description |
---|---|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentConflictListener conflictListener)
Registers the conflict listener.
|
Constructor and Description |
---|
ServerClient(String url,
DocumentConvention convention,
OperationCredentials credentials,
HttpJsonRequestFactory httpJsonRequestFactory,
UUID sessionId,
Function1<String,IDocumentStoreReplicationInformer> replicationInformerGetter,
String databaseName,
IDocumentConflictListener[] conflictListeners,
boolean incrementReadStripe) |
Modifier and Type | Method and Description |
---|---|
List<IDocumentConflictListener> |
DocumentSessionListeners.getConflictListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSessionListeners.registerListener(IDocumentConflictListener conversionListener) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSessionListeners.setConflictListeners(List<IDocumentConflictListener> conflictListeners) |
Copyright © 2016. All Rights Reserved.