io.cloudstate.javasupport.crdt.StreamedCommandContext Maven / Gradle / Ivy
package io.cloudstate.javasupport.crdt;
import java.util.Optional;
import java.util.function.Consumer;
import java.util.function.Function;
/**
* Context for handling a streamed command.
*
* This may be passed to any {@link CommandHandler} annotated element that corresponds to a
* command whose output is streamed.
*/
public interface StreamedCommandContext
© 2015 - 2025 Weber Informatics LLC | Privacy Policy