All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.com.dius.pact.model.Consumer.groovy Maven / Gradle / Ivy

package au.com.dius.pact.model

import groovy.transform.Canonical

/**
 * Pact Consumer
 */
@Canonical
class Consumer {
  String name

  static Consumer fromMap(Map map) {
    new Consumer(map?.name ?: 'consumer')
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy