-
public final class RuntimeEvent.BindingCalledEvent extends RuntimeEvent
Notification is issued every time when binding is called.
-
-
Constructor Summary
Constructors Constructor Description BindingCalledEvent(String name, String payload, Integer executionContextId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Integercomponent3()final RuntimeEvent.BindingCalledEventcopy(String name, String payload, Integer executionContextId)final StringgetName()final StringgetPayload()final IntegergetExecutionContextId()Identifier of the context where the call was made. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Integer component3()
-
copy
final RuntimeEvent.BindingCalledEvent copy(String name, String payload, Integer executionContextId)
-
getPayload
final String getPayload()
-
getExecutionContextId
final Integer getExecutionContextId()
Identifier of the context where the call was made.
-
-
-
-