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

io.scalecube.services.api.ServiceMessageHandler Maven / Gradle / Ivy

package io.scalecube.services.api;

import reactor.core.publisher.Flux;

public interface ServiceMessageHandler {

  Flux invoke(Flux publisher);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy