Minix
5.0.0-alpha
module-integrations
/
dev.racci.minix.integrations
/
IntegrationManager
Integration
Manager
@
API
(
status
=
API.Status.EXPERIMENTAL
,
since
=
"4.0.0"
)
open
class
IntegrationManager
<
I
:
Integration
>
Types
Constructors
Functions
Inheritors
Constructors
Integration
Manager
Link copied to clipboard
fun
IntegrationManager
(
)
Types
Companion
Link copied to clipboard
object
Companion
:
IntegrationManager
<
Integration
>
Functions
get
Link copied to clipboard
fun
get
(
)
:
Option
<
I
>
is
Registered
Link copied to clipboard
inline
fun
<
T
:
Integration
>
isRegistered
(
)
:
Boolean
register
Link copied to clipboard
fun
register
(
integration
:
I
)
Registers an Integration
Inheritors
Companion
Link copied to clipboard