Package org.grpcmock.springboot
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
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
start
public void start()- Specified by:
startin interfaceorg.springframework.context.Lifecycle
-
stop
public void stop()- Specified by:
stopin interfaceorg.springframework.context.Lifecycle
-
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceorg.springframework.context.Lifecycle
-
resetAll
public void resetAll()
-