
com.flynnbuc.httpserverwrapper.model.Notification Maven / Gradle / Ivy
package com.flynnbuc.httpserverwrapper.model;
/**
* Defines a notification object that a {@link com.flynnbuc.httpserverwrapper.interfaces.NotificationListener} can use to determine the type of notification received
*/
public record Notification(String name) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy