c

coherence-pushreplicationpattern

Provides a a simple Cache Store (called a PublishingCacheStore) that leverages the Event Distribution Pattern to distribute and replay Cache Events in other clusters.
Files download
File Operation
coherence-pushreplicationpattern-11.2.1.jar download
coherence-pushreplicationpattern-11.2.1.pom download
coherence-pushreplicationpattern-11.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.incubator</groupId>
  <artifactId>coherence-pushreplicationpattern</artifactId>
  <version>11.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.incubator:coherence-pushreplicationpattern:11.2.1'
Gradle Kotlin
implementation("com.oracle.coherence.incubator:coherence-pushreplicationpattern:11.2.1")
Scala SBT
libraryDependencies += "com.oracle.coherence.incubator" % "coherence-pushreplicationpattern" % "11.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.incubator', module='coherence-pushreplicationpattern', version='11.2.1')
)
Apache Ivy
<dependency org="com.oracle.coherence.incubator" name="coherence-pushreplicationpattern" rev="11.2.1" />
Leiningen
[com.oracle.coherence.incubator/coherence-pushreplicationpattern "11.2.1"]
Apache Buildr
'com.oracle.coherence.incubator:coherence-pushreplicationpattern:jar:11.2.1'