@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.535Z") @Stability(value=Experimental) public interface IEventSource extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEventSource.Jsii$Default
Internal default implementation for
IEventSource. |
static class |
IEventSource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(IFunction target)
(experimental) Called by `lambda.addEventSource` to allow the event source to bind to this function.
|
@Stability(value=Experimental)
void bind(@NotNull
IFunction target)
target - That lambda function to bind to. This parameter is required.Copyright © 2021. All rights reserved.