- java.lang.Object
-
- org.springframework.cloud.function.adapter.aws.CustomRuntimeEventLoop
-
- All Implemented Interfaces:
- org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
public final class CustomRuntimeEventLoop
extends Object
implements org.springframework.context.SmartLifecycle
Event loop and necessary configurations to support AWS Lambda
Custom Runtime - https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html.
- Since:
- 3.1.1
- Author:
- Oleg Zhurakousky, Mark Sailes
-
-
Field Summary
-
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
Constructors
| Constructor and Description |
CustomRuntimeEventLoop(org.springframework.context.ConfigurableApplicationContext applicationContext) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop
-
-
Method Detail
-
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
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.