All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.pgasync.impl.message.NotificationResponse Maven / Gradle / Ivy

The newest version!
package com.github.pgasync.impl.message;

import lombok.Value;
import lombok.experimental.Accessors;

/**
 * @author Antti Laisi
 */
@Value
@Accessors(fluent = true)
public class NotificationResponse implements Message {
    int backend;
    String channel;
    String payload;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy