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

com.exaroton.api.ws.stream.TickStream Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.exaroton.api.ws.stream;

import com.exaroton.api.ws.WebSocketManager;
import com.exaroton.api.ws.subscriber.TickSubscriber;

public class TickStream extends Stream {

    public TickStream(WebSocketManager ws) {
        super(ws);
    }

    @Override
    protected String getName() {
        return "tick";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy