FileSource

pact4s.provider.PactSource$.FileSource
See theFileSource companion object
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

Attributes

consumers

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

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

val consumers: Map[String, File]