notification-service
Toggle table of contents
2.8.1
jvm
Platform filter
jvm
Switch theme
Search in API
notification-service
commons
/
io.github.positionpal.notification.commons
/
ConnectionFactory
Connection
Factory
fun
interface
ConnectionFactory
<
Connection
>
A generic factory of connections.
Parameters
Connection
the type of the connection.
Members
Functions
connect
Link copied to clipboard
abstract
fun
connect
(
)
:
Result
<
Connection
>
Attempts to connect.