toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.execution
/
ShutdownExecutionsProcessor
Shutdown
Executions
Processor
class
ShutdownExecutionsProcessor
(
loggerFactory
:
KernelLoggerFactory
)
:
AbstractExtensionsProcessor
<
ExecutionCallback
<
*
>
>
Members
Constructors
Shutdown
Executions
Processor
Link copied to clipboard
constructor
(
loggerFactory
:
KernelLoggerFactory
)
Functions
process
Link copied to clipboard
fun
process
(
executor
:
CellExecutor
)
:
List
<
ShutdownEvalResult
>
register
Link copied to clipboard
open
fun
register
(
extension
:
ExecutionCallback
<
*
>
)
open
override
fun
register
(
extension
:
ExecutionCallback
<
*
>
,
priority
:
Int
)
register
All
Link copied to clipboard
open
fun
registerAll
(
extensions
:
Iterable
<
ExecutionCallback
<
*
>
>
)
registered
Extensions
Link copied to clipboard
open
override
fun
registeredExtensions
(
)
:
Collection
<
ExecutionCallback
<
*
>
>
registered
Extensions
With
Priority
Link copied to clipboard
open
override
fun
registeredExtensionsWithPriority
(
)
:
List
<
Pair
<
ExecutionCallback
<
*
>
,
Int
>
>
unregister
Link copied to clipboard
open
override
fun
unregister
(
extension
:
ExecutionCallback
<
*
>
)
unregister
All
Link copied to clipboard
open
override
fun
unregisterAll
(
)