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

com.github.chanhohang.akka.message.AkkaEnvelope Maven / Gradle / Ivy

package com.github.chanhohang.akka.message;

import com.fasterxml.jackson.annotation.JsonIgnore;

import java.io.Serializable;

public interface AkkaEnvelope extends Serializable {

  @JsonIgnore
  public abstract String getManifest();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy