Class GrpcMockConfiguration

java.lang.Object
org.grpcmock.springboot.GrpcMockConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

@Configuration @EnableConfigurationProperties(GrpcMockProperties.class) public class GrpcMockConfiguration extends Object implements org.springframework.context.SmartLifecycle, org.springframework.beans.factory.InitializingBean
Author:
Fadelis
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • start

      public void start()
      Specified by:
      start in interface org.springframework.context.Lifecycle
    • stop

      public void stop()
      Specified by:
      stop in interface org.springframework.context.Lifecycle
    • isRunning

      public boolean isRunning()
      Specified by:
      isRunning in interface org.springframework.context.Lifecycle
    • resetAll

      public void resetAll()