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

io.coinapi.websocket.interfaces.InvokeFunction Maven / Gradle / Ivy

package io.coinapi.websocket.interfaces;

import io.coinapi.websocket.model.MessageBase;

@FunctionalInterface
public interface InvokeFunction {

    void preprocesMessages(MessageBase message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy