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

com.kolibrifx.plovercrest.server.internal.streams.NullStreamObserver 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.streams;

import com.kolibrifx.plovercrest.server.streams.StreamObserver;

public class NullStreamObserver implements StreamObserver {
    @Override
    public void onObserve(final long timestamp, final long index, final T element) {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy