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

io.nextop.client.MessageControlChannel Maven / Gradle / Ivy

package io.nextop.client;

// reactor pattern where messages in get routed the active controller,
// and surface messages out in both directions
// two channels: down and up
public interface MessageControlChannel extends MessageContext {

    void onActive(boolean active);
    void onMessageControl(MessageControl mc);

    /** thread-safe */
    MessageControlState getMessageControlState();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy