Object ConsumerInfo.Companion

  • All Implemented Interfaces:
    io.github.oshai.kotlinlogging.KLoggable

    
    public class ConsumerInfo.Companion
    extends KLogging
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ConsumerInfo from(PactBrokerResult result)
      final PactSource resolvePactSource(Object source) Resolves the source by looking at the type.
      • Methods inherited from class io.github.oshai.kotlinlogging.KLoggable

        logger, logger
      • Methods inherited from class io.github.oshai.kotlinlogging.KLogging

        getLogger
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • resolvePactSource

         final PactSource resolvePactSource(Object source)

        Resolves the source by looking at the type. If it is a callable object, will invoke that first.