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

com.kolibrifx.plovercrest.server.internal.protocol.StandaloneSubscriberEvent Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2010-2017, KolibriFX AS. Licensed under the Apache License, version 2.0.
 */

package com.kolibrifx.plovercrest.server.internal.protocol;

import java.nio.ByteBuffer;

public abstract class StandaloneSubscriberEvent extends SubscriberEvent {
    protected StandaloneSubscriberEvent(final int subscriptionId) {
        super(subscriptionId);
    }

    abstract ByteBuffer serialize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy