Package org.wildfly.clustering.ee
Interface Mutator
public interface Mutator
Indicates that the value represented by this object has changed and needs to be replicated.
- Author:
- Paul Ferraro
-
Field Summary
Fields -
Method Summary
-
Field Details
-
PASSIVE
TrivialMutatorimplementation that does nothing. New cache entries, in particular, don't require mutation.
-
-
Method Details
-
mutate
void mutate()Ensure that this object replicates.
-