Package au.com.dius.pact.provider
Object ConsumerInfo.Companion
-
- All Implemented Interfaces:
-
io.github.oshai.kotlinlogging.KLoggable
public class ConsumerInfo.Companion extends KLogging
-
-
Field Summary
Fields Modifier and Type Field Description private final KLoggerloggerpublic final static ConsumerInfo.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ConsumerInfofrom(PactBrokerResult result)final PactSourceresolvePactSource(Object source)Resolves the source by looking at the type. -
-
Method Detail
-
from
final ConsumerInfo from(PactBrokerResult result)
-
resolvePactSource
final PactSource resolvePactSource(Object source)
Resolves the source by looking at the type. If it is a callable object, will invoke that first.
-
-
-
-