@Configuration @EnableConfigurationProperties(value=GrpcMockProperties.class) public class GrpcMockConfiguration extends Object implements org.springframework.context.SmartLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
boolean |
isRunning() |
void |
resetAll() |
void |
start() |
void |
stop() |
@PostConstruct public void init()
public void start()
start in interface org.springframework.context.Lifecyclepublic void stop()
stop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecyclepublic void resetAll()
Copyright © 2021. All rights reserved.