UFServiceMessageV1

sealed class UFServiceMessageV1

This class maps all possible messages sent by UpdateFactoryService to the clients that are subscribed to its notification system.

See also

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed class Event : UFServiceMessageV1

Class that maps all the events that are notified

Link copied to clipboard
enum MessageName : Enum<UFServiceMessageV1.MessageName>

Enum of all the possible messages type

Link copied to clipboard
sealed class State : UFServiceMessageV1

Class that maps all the possible actions that the service is doing

Functions

Link copied to clipboard
open fun toJson(): String
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
abstract val description: String

Message description

Link copied to clipboard
abstract val name: UFServiceMessageV1.MessageName

Message type

Inheritors

Link copied to clipboard
Link copied to clipboard