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-12.3.0.jar download
coherence-pushreplicationpattern-12.3.0.pom download
coherence-pushreplicationpattern-12.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.coherence.incubator</groupId>
  <artifactId>coherence-pushreplicationpattern</artifactId>
  <version>12.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.coherence.incubator:coherence-pushreplicationpattern:12.3.0'
Gradle Kotlin
implementation("com.oracle.coherence.incubator:coherence-pushreplicationpattern:12.3.0")
Scala SBT
libraryDependencies += "com.oracle.coherence.incubator" % "coherence-pushreplicationpattern" % "12.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.coherence.incubator', module='coherence-pushreplicationpattern', version='12.3.0')
)
Apache Ivy
<dependency org="com.oracle.coherence.incubator" name="coherence-pushreplicationpattern" rev="12.3.0" />
Leiningen
[com.oracle.coherence.incubator/coherence-pushreplicationpattern "12.3.0"]
Apache Buildr
'com.oracle.coherence.incubator:coherence-pushreplicationpattern:jar:12.3.0'