-
- All Implemented Interfaces:
-
mu.KLoggable
public class PactBrokerConsumerConfig.Companion extends KLogging
-
-
Field Summary
Fields Modifier and Type Field Description private final KLoggerloggerpublic final static PactBrokerConsumerConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<ConsumerVersionSelectors>latestTags(Map<String, Object> options, String tags)final List<ConsumerVersionSelectors>latestTags(String tags)KLoggergetLogger()-
-
Method Detail
-
latestTags
@JvmOverloads()@Deprecated(message = Assigning selectors with latestTags is deprecated, use withSelectors instead) final List<ConsumerVersionSelectors> latestTags(Map<String, Object> options, String tags)
-
latestTags
@JvmOverloads()@Deprecated(message = Assigning selectors with latestTags is deprecated, use withSelectors instead) final List<ConsumerVersionSelectors> latestTags(String tags)
-
getLogger
KLogger getLogger()
-
-
-
-