@Component
class SyncNotificator(@Qualifier(value = "graphglueNeo4jOperations") val neoOperations: ReactiveNeo4jOperations, val helper: JsonHelper)

Dummy class for the future notification center

Parameters

helper

Reference for the spring instance of JsonHelper

neoOperations

Reference for the spring instance of ReactiveNeo4jOperations

Constructors

Link copied to clipboard
constructor(@Qualifier(value = "graphglueNeo4jOperations") neoOperations: ReactiveNeo4jOperations, helper: JsonHelper)

Types

Link copied to clipboard
class NotificatedError(val code: String, args: String) : Exception

Error that is allowed to be presented to the user and does not contain harmful information

Link copied to clipboard
data class NotificationDummy(val title: String, val content: String)

Stub for a future notification

Properties

Link copied to clipboard
private val helper: JsonHelper
Link copied to clipboard
private val logger: Logger?

Logger used to print notifications

Link copied to clipboard
private val neoOperations: ReactiveNeo4jOperations

Functions

Link copied to clipboard

Send notification