Download consumer-rate-limit JAR file with all dependencies
hello-world-consumer-multilingual from group org.jboss.weld.osgi.examples.userdoc (version 1.2.0.Beta1)
Hello World consumer multilingual examples for Weld-OSGi chapter 2
Group: org.jboss.weld.osgi.examples.userdoc Artifact: hello-world-consumer-multilingual
Show documentation Show source
Show documentation Show source
0 downloads
Artifact hello-world-consumer-multilingual
Group org.jboss.weld.osgi.examples.userdoc
Version 1.2.0.Beta1
Group org.jboss.weld.osgi.examples.userdoc
Version 1.2.0.Beta1
paradox-nakadi-consumer-partitioned-zk from group org.zalando.paradox (version 0.0.21)
Paradox high level Nakadi consumer
Group: org.zalando.paradox Artifact: paradox-nakadi-consumer-partitioned-zk
Show documentation Show source
Show documentation Show source
0 downloads
pact-jvm-consumer-specs2_2.10 from group au.com.dius (version 2.4.12)
pact-jvm-consumer-specs2
========================
## Specs2 Bindings for the pact-jvm library
## Dependency
In the root folder of your project in build.sbt add the line:
```scala
libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "3.2.2"
```
or if you are using Gradle:
```groovy
dependencies {
testCompile "au.com.dius:pact-jvm-consumer-specs2_2.11:3.2.2"
}
```
__*Note:*__ `PactSpec` requires spec2 3.x. Also, for spray users there's an incompatibility between specs2 v3.x and spray.
Follow these instructions to resolve that problem: https://groups.google.com/forum/#!msg/spray-user/2T6SBp4OJeI/AJlnJuAKPRsJ
## Usage
To author a test, mix `PactSpec` into your spec
First we define a service client called `ConsumerService`. In our example this is a simple wrapper for `dispatch`, an HTTP client. The source code can be found in the test folder alongside the `ExamplePactSpec`.
Here is a simple example:
```
import au.com.dius.pact.consumer.PactSpec
class ExamplePactSpec extends Specification with PactSpec {
val consumer = "My Consumer"
val provider = "My Provider"
override def is = uponReceiving("a request for foo")
.matching(path = "/foo")
.willRespondWith(body = "{}")
.withConsumerTest { providerConfig =>
Await.result(ConsumerService(providerConfig.url).simpleGet("/foo"), Duration(1000, MILLISECONDS)) must beEqualTo(200, Some("{}"))
}
}
```
This spec will be run along with the rest of your specs2 unit tests and will output your pact json to
```
/target/pacts/<Consumer>_<Provider>.json
```
0 downloads
monitoring-tree-consumer from group org.terracotta.management.samples (version 2.5.0)
Group: org.terracotta.management.samples Artifact: monitoring-tree-consumer
Show documentation Show source
Show documentation Show source
0 downloads
jcore-iexml-consumer from group de.julielab (version 2.1.0)
Generates stand-off IEXML files as used in the Mantra challenge.
fabric8-mq-consumer from group io.fabric8.jube.images.fabric8 (version 2.1.1)
Fabric8 MQ Example Consumer
0 downloads
xmlparser-osgi-consumer-test from group org.sourceprojects.xmlparser (version 1.0.2)
Group: org.sourceprojects.xmlparser Artifact: xmlparser-osgi-consumer-test
Show documentation Show source
Show documentation Show source
0 downloads
eu.scasefp7.eclipse.services.nlp.consumer from group eu.scasefp7.eclipse (version 1.1.0)
Group: eu.scasefp7.eclipse Artifact: eu.scasefp7.eclipse.services.nlp.consumer
Show documentation Show source
Show documentation Show source
0 downloads
soda-consumer-scala_2.8.2 from group com.socrata (version 1.0.0)
soda-consumer-scala
soda-consumer-scala_2.8.1 from group com.socrata (version 1.0.0)
soda-consumer-scala
dynamic-lb-example2-consumer from group com.garethahealy.camel-dynamic-loadbalancer (version 1.0.1)
Group: com.garethahealy.camel-dynamic-loadbalancer Artifact: dynamic-lb-example2-consumer
Show documentation Show source
Show documentation Show source
0 downloads
hal-feed-consumer from group com.qmetric (version 3.18)
Java library for consuming HAL+JSON feeds (https://github.com/qmetric/hal-feed-server)
hal-feed-consumer-simpledb from group com.qmetric (version 1.1)
SimpleDB feed tracker implementation for consuming HAL+JSON feeds (https://github.com/qmetric/hal-feed-server)
hal-feed-consumer-mysql from group com.qmetric (version 1.7)
Mysql feed tracker implementation for consuming HAL+JSON feeds (https://github.com/qmetric/hal-feed-server)
example-message-consumer from group io.fabric8.ipaas.apps (version 2.2.136)
Fabric8 Messaging Example Message Consumer
0 downloads
Page 5 from 8 (items total 114)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy