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

com.obsidiandynamics.blackstrom.retention.Retention Maven / Gradle / Ivy

The newest version!
package com.obsidiandynamics.blackstrom.retention;

import com.obsidiandynamics.blackstrom.handler.*;
import com.obsidiandynamics.blackstrom.model.*;
import com.obsidiandynamics.flow.*;

@FunctionalInterface
public interface Retention {
  Confirmation begin(MessageContext context, Message message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy