Uses of Class
com.logicaldoc.enterprise.cluster.Payload
-
Packages that use Payload Package Description com.logicaldoc.enterprise.cluster com.logicaldoc.enterprise.storer -
-
Uses of Payload in com.logicaldoc.enterprise.cluster
Methods in com.logicaldoc.enterprise.cluster with parameters of type Payload Modifier and Type Method Description Object
ClusterSearchEngine. handle(Payload payload)
Object
PayloadHandler. handle(Payload payload)
Invoked when a new message arrives from the cluster.Object
ScopedContextProperties. handle(Payload payload)
List<Object>
Cluster. sendMessage(Payload payload)
Sends a message to all the cluster and waits for the response.Constructors in com.logicaldoc.enterprise.cluster with parameters of type Payload Constructor Description Payload(Payload source)
-
Uses of Payload in com.logicaldoc.enterprise.storer
Methods in com.logicaldoc.enterprise.storer with parameters of type Payload Modifier and Type Method Description Object
ClusterStorer. handle(Payload payload)
-