-
public final class RuntimeEvent.ExecutionContextDestroyedEvent extends RuntimeEvent
Issued when execution context is destroyed.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerexecutionContextId
-
Constructor Summary
Constructors Constructor Description ExecutionContextDestroyedEvent(Integer executionContextId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final RuntimeEvent.ExecutionContextDestroyedEventcopy(Integer executionContextId)final IntegergetExecutionContextId()Id of the destroyed context -
-
Constructor Detail
-
ExecutionContextDestroyedEvent
ExecutionContextDestroyedEvent(Integer executionContextId)
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final RuntimeEvent.ExecutionContextDestroyedEvent copy(Integer executionContextId)
-
getExecutionContextId
final Integer getExecutionContextId()
Id of the destroyed context
-
-
-
-