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

com.infomaximum.cluster.graphql.remote.graphql.subscribe.RControllerGraphQLSubscribe Maven / Gradle / Ivy

There is a newer version: 1.1.11
Show newest version
package com.infomaximum.cluster.graphql.remote.graphql.subscribe;

import com.infomaximum.cluster.core.remote.struct.RController;
import com.infomaximum.cluster.graphql.struct.subscribe.SubscribeKey;

import java.io.Serializable;
import java.util.Optional;

/**
 * Created by kris on 02.11.16.
 */
public interface RControllerGraphQLSubscribe extends RController {

    void pushEvent(SubscribeKey subscribeKey, Optional value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy