FileSource

final class FileSource extends PactSource

It isn't necessary to use a pact broker to manage consumer pacts (though it is strongly recommended). The pacts can also be directly loaded from files by using this pactSource in ProviderInfoBuilder

Value parameters:
consumers

A map of consumer names to the file where the pacts are written.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete fields

val consumers: Map[String, File]