MCCoroutineConfiguration

interface MCCoroutineConfiguration

Additional configurations for MCCoroutine and communication.

Functions

disposePluginSession
Link copied to clipboard
abstract fun disposePluginSession()

Manually disposes the MCCoroutine session for the current extension or server.

Properties

shutdownStrategy
Link copied to clipboard
abstract var shutdownStrategy: ShutdownStrategy

Strategy handling how MCCoroutine is disposed. Defaults to ShutdownStrategy.SCHEDULER.