io.continual.flowcontrol.FlowControlCallContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualFlowControl Show documentation
Show all versions of continualFlowControl Show documentation
Continual's flow control system for event processing.
The newest version!
package io.continual.flowcontrol;
import io.continual.iam.identity.Identity;
public interface FlowControlCallContext
{
Identity getUser ();
}