com.infomaximum.cluster.graphql.remote.graphql.subscribe.RControllerGraphQLSubscribe Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cluster-graphql Show documentation
Show all versions of cluster-graphql Show documentation
Library for creating a light cluster
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 extends Serializable> value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy