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

io.cloudstate.javasupport.crdt.SubscriptionContext Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package io.cloudstate.javasupport.crdt;

import io.cloudstate.javasupport.ClientActionContext;
import io.cloudstate.javasupport.EffectContext;

import java.util.function.Function;

/**
 * The context for a subscription, passed with every invocation of a {@link
 * StreamedCommandContext#onChange(Function)} callback.
 */
public interface SubscriptionContext extends CrdtContext, EffectContext, ClientActionContext {
  /** End this stream. */
  void endStream();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy