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

org.dflib.jjava.jupyter.messages.MessageContext Maven / Gradle / Ivy

The newest version!
package org.dflib.jjava.jupyter.messages;

import java.util.List;

public interface MessageContext {
    public List getIdentities();

    public Header getHeader();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy