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

io.scalecube.services.CommunicationMode Maven / Gradle / Ivy

package io.scalecube.services;

public enum CommunicationMode {

  /**
   * Corresponds to {@code Mono action(Request)} or {@code Mono action(Request)}.
   */
  REQUEST_RESPONSE,

  /** Corresponds to {@code Flux action(Request)}. */
  REQUEST_STREAM,

  /** Corresponds to {@code Flux action(Flux)}. */
  REQUEST_CHANNEL;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy